ComponentOne True DBGrid for WinForms
RowBookmark Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : RowBookmark Method
The row index of the grid.
Returns the row index of the DataSource for a display row index.
Syntax
'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.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members