VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / MoveBy Method
The number of rows to skip forward (positive) or back (negative)


In This Topic
    MoveBy Method
    In This Topic
    Advances current row pointer position by a specified number of rows forward (positive) or back (negative) under the current ActiveIndex.
    Syntax
    'Declaration
     
    
    Sub MoveBy( _
       ByVal rowNumber As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim rowNumber As System.Integer
     
    instance.MoveBy(rowNumber)
    void MoveBy( 
       System.int rowNumber
    )

    Parameters

    rowNumber
    The number of rows to skip forward (positive) or back (negative)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also