'宣言 Public Overloads Function IndexOf( _ ByVal columnName As System.String _ ) As System.Integer
public System.int IndexOf( System.string columnName )
パラメータ
- columnName
- 検索する列名(大文字小文字は区別されない)。
戻り値の型
このコレクション内の特定の名前の列のインデックス。指定された名前の列がコレクションにない場合は、-1。
'宣言 Public Overloads Function IndexOf( _ ByVal columnName As System.String _ ) As System.Integer
public System.int IndexOf( System.string columnName )