[]
Moves the current row positions of the grid by the given offset.
public virtual void MoveRelative(int offset)
Type | Name | Description |
---|---|---|
int | offset | 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 from the given row.
public virtual void MoveRelative(int offset, int row)
Type | Name | Description |
---|---|---|
int | offset | The number of records to move. A positive value indicates forward movement; a negative value indicates backward movement. |
int | row | The origin of the relative movement. |