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