[]
Moves table row(s) at the specified position to the first row below or above this GrapeCity.Spreadsheet.Table.
bool MoveOut(int row, int count, bool moveDown = true)
Function MoveOut(row As Integer, count As Integer, Optional moveDown As Boolean = True) As Boolean
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the position to move. |
int | count | An integer value indicates the moved row count. |
bool | moveDown | A boolean value indicates whether to move the move direction is below or above table. |
Type | Description |
---|---|
bool |
|
Moved rows will be removed from this GrapeCity.Spreadsheet.Table.