'宣言 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
- Column name to look for (case-insensitive).
- throwIfNotFound
- Whether to throw and exception if the column cannot be found.
- 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.