DataColumnCollection::IndexOf Method (DataColumn^)
.NET Framework (current version)
Gets the index of a column specified by name.
Assembly: System.Data (in System.Data.dll)
Parameters
- column
-
Type:
System.Data::DataColumn^
The name of the column to return.
Return Value
Type: System::Int32The index of the column specified by column if it is found; otherwise, -1.
The IndexOf method is not case-sensitive.
The following example uses the Contains method to determine whether a specified column exists in a DataColumnCollection. If so, the IndexOf method returns the index of the column.
.NET Framework
Available since 1.1
Available since 1.1
Show: