'宣言 Public Overloads Function IndexOf( _ ByVal columnName As System.String, _ ByVal throwIfNotFound As System.Boolean _ ) As System.Integer
public System.int IndexOf( System.string columnName, System.bool throwIfNotFound )
パラメータ
- columnName
- 検索する列名(大文字小文字を区別)。
- throwIfNotFound
- 列が見つからないとき例外をスローするかどうか。
戻り値の型
このコレクション内で指定の名前を持つ列のインデックス。コレクションに指定の名前を持つ列が含まれていない場合は、-1。