[]
Moves table row(s) at the specified position to other position.
bool Move(int row, int toRow, int count)
Function Move(row As Integer, toRow As Integer, count As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the position to move. |
int | toRow | An integer value indicates the target position. |
int | count | An integer value indicates the moved row count. |
Type | Description |
---|---|
bool |
|