'Declaration Public Function RowBookmark( _ ByVal row As System.Integer _ ) As System.Integer
public System.int RowBookmark( System.int row )
Parameters
- row
- The row index of the grid.
Return Value
The underlying row index of the DataSource.
'Declaration Public Function RowBookmark( _ ByVal row As System.Integer _ ) As System.Integer
public System.int RowBookmark( System.int row )