[]
Returns the row index of the DataSource for a display row index.
public int RowBookmark(int row)
Public Function RowBookmark(row As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | row | The row index of the grid. |
| Type | Description |
|---|---|
| int | The underlying row index of the DataSource. |