Gets or sets the position of the current row.
[Visual Basic]
Public Property CurrentRowPosition As Integer
[C#]
public int CurrentRowPosition {get; set;}
Property Value
A zero-based index.
Example
How to get the position of the current row.
Dim pos As Integer = dbNavigate.CurrentRowPosition
int pos = dbNavigate.CurrentRowPosition;
See Also
AwDbNavigate Class | Asterworld.Data Namespace