PrintDocument for WinForms
Find(Int32) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PageCollection クラス > Find メソッド : Find(Int32) メソッド
Specifies the logical page number.
Searches the current collection for a C1Page with the specified logical page number.
シンタックス
'宣言
 
Public Overloads Function Find( _
   ByVal pageNo As System.Integer _
) As C1Page
'使用法
 
Dim instance As C1PageCollection
Dim pageNo As System.Integer
Dim value As C1Page
 
value = instance.Find(pageNo)
public C1Page Find( 
   System.int pageNo
)

パラメータ

pageNo
Specifies the logical page number.

戻り値の型

The C1Page object that was found, or null.
参照

C1PageCollection クラス
C1PageCollection メンバ
オーバーロード一覧