True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / MoveRelative Method / MoveRelative(Int32) Method
The number of records to move. A positive value indicates forward movement; a negative value indicates backward movement.

In This Topic
    MoveRelative(Int32) Method
    In This Topic
    Moves the current row positions of the grid by the given offset.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub MoveRelative( _
       ByVal offset As System.Integer _
    ) 
    public virtual void MoveRelative( 
       System.int offset
    )

    Parameters

    offset
    The number of records to move. A positive value indicates forward movement; a negative value indicates backward movement.
    See Also