Moves the current row positions of the grid by the given offset from the given row.
Syntax
'Declaration
Public Overloads Overridable Sub MoveRelative( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public virtual void MoveRelative(
System.int ,
System.int
)
Parameters
- offset
- The number of records to move. A positive value indicates forward movement; a negative value indicates backward movement.
- row
- The origin of the relative movement.
See Also