PrintDocument for WinForms
IndexOf メソッド (PreviewPages)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > PreviewPages クラス : IndexOf メソッド
The page to find the index of.
Gets the index of a page in the current collection.
シンタックス
'宣言
 
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.
参照

PreviewPages クラス
PreviewPages メンバ