Gets the index of the column with a given name in the collection.
'Declaration
Public Overloads Function IndexOf( _
ByVal As String _
) As Integer
Parameters
- colName
- Header or Binding to look for.
Return Value
The index of the column, or -1 if the collection does not contain any columns with the given name.