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