FlexPivot for WinForms
IndexOf(String,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス > IndexOf メソッド : IndexOf(String,Int32) メソッド
Column name to look for (case-insensitive).
The search starting index.
Gets the index of the Column with the specified name. The search starts at a specified index.
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal columnName As System.String, _
   ByVal startIndex As System.Integer _
) As System.Integer
public System.int IndexOf( 
   System.string columnName,
   System.int startIndex
)

パラメータ

columnName
Column name to look for (case-insensitive).
startIndex
The search starting index.

戻り値の型

Index of the column that has the given name in this collection, or -1 if the collection does not contain a column with the given name.
参照

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