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