'Declaration Public Overloads Function IndexOf( _ ByVal colName As System.String _ ) As System.Integer
public System.int IndexOf( System.string colName )
Parameters
- colName
- Column.ColumnName to look for.
Return Value
The index of the column, or -1 if the collection does not contain any columns with the given name.