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