[]
Converts the data source column index to the model column index.
int GetModelColumnFromDataColumn(int column)
Function GetModelColumnFromDataColumn(column As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | column | Data source column index to be converted |
| Type | Description |
|---|---|
| int | The model column index. |