[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.C1DataColumnCollection.IndexOf

IndexOf Method

IndexOf(C1DataColumn)

Gets the index of the specified C1DataColumn.

Declaration
public int IndexOf(C1DataColumn dc)
Parameters
Type Name Description
C1DataColumn dc
Returns
Type Description
int

The index of the the C1DataColumn.

IndexOf(string)

Gets the index of a C1DataColumn with the specified DataField.

Declaration
public int IndexOf(string dataField)
Parameters
Type Name Description
string dataField
Returns
Type Description
int

The index of the the C1DataColumn.