'宣言 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
 - 検索する列名(大文字小文字は区別されない)。
 - startIndex
 - 検索を始めるインデックス。
 
戻り値の型
このコレクション内の指定された名前を持つ列のインデックス。指定された名前の列が コレクションにない場合は、-1。