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