[]
Gets the index of the C1DisplayColumn.
public int IndexOf(C1DisplayColumn vc)
Type | Name | Description |
---|---|---|
C1DisplayColumn | vc |
Type | Description |
---|---|
int | The index of the C1DisplayColumn. |
Gets the index of the C1DisplayColumn specified by the C1DataColumn.
public int IndexOf(C1DataColumn dc)
Type | Name | Description |
---|---|---|
C1DataColumn | dc |
Type | Description |
---|---|
int | The index of the C1DisplayColumn. |