PrintDocument for WinForms
IndexOf メソッド (PageColumnDefCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PageColumnDefCollection クラス : IndexOf メソッド
The PageColumnDef to search for.
Returns the index of the specified PageColumnDef in the current collection.
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal pageColumnDef As PageColumnDef _
) As System.Integer
'使用法
 
Dim instance As PageColumnDefCollection
Dim pageColumnDef As PageColumnDef
Dim value As System.Integer
 
value = instance.IndexOf(pageColumnDef)
public System.int IndexOf( 
   PageColumnDef pageColumnDef
)

パラメータ

pageColumnDef
The PageColumnDef to search for.

戻り値の型

The index of the specified column definition in the current collection.
参照

PageColumnDefCollection クラス
PageColumnDefCollection メンバ