ComponentOne True DBGrid for WinForms
MoveRelative(Int32) Method

C1.Win.C1TrueDBGrid.4 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.
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

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List