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