[]
Gets the index of the specified C1DataColumn.
public int IndexOf(C1DataColumn dc)
Type | Name | Description |
---|---|---|
C1DataColumn | dc |
Type | Description |
---|---|
int | The index of the the C1DataColumn. |
Gets the index of a C1DataColumn with the specified DataField.
public int IndexOf(string dataField)
Type | Name | Description |
---|---|---|
string | dataField |
Type | Description |
---|---|
int | The index of the the C1DataColumn. |