Returns the row index of the DataSource for a display row index.
[Visual Basic]
Public Function RowBookmark( _
ByVal row As Integer _
) As Integer
[C#]
public int RowBookmark(
int row
);
[Delphi]
public function RowBookmark(
row: Int32
): Int32;
Parameters
row
The row index of the grid.
Return Value
The underlying row index of the DataSource.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |