[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1DisplayColumnCollection.IndexOf

IndexOf Method

IndexOf(C1DisplayColumn)

Gets the index of the C1DisplayColumn.

Declaration
public int IndexOf(C1DisplayColumn vc)
Parameters
Type Name Description
C1DisplayColumn vc
Returns
Type Description
int

The index of the C1DisplayColumn.

IndexOf(C1DataColumn)

Gets the index of the C1DisplayColumn specified by the C1DataColumn.

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

The index of the C1DisplayColumn.