'宣言 Public Function IndexOf( _ ByVal page As PreviewPageBase _ ) As System.Integer
'使用法 Dim instance As PreviewPages Dim page As PreviewPageBase Dim value As System.Integer value = instance.IndexOf(page)
public System.int IndexOf( PreviewPageBase page )
パラメータ
- page
- The page to find the index of.
戻り値の型
Index of page in the current collection.