Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class / RecordPosition Property

In This Topic
    RecordPosition Property
    In This Topic
    Gets or sets the current row position in the table (from 0 to RowCount - 1).
    Syntax
    'Declaration
     
    
    Public Property RecordPosition As Integer
    public int RecordPosition {get; set;}
    See Also