[]
Moves the columns in the table.
public void MoveTableColumns(int fromColumn, int toColumn, int count)
Public Sub MoveTableColumns(fromColumn As Integer, toColumn As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | fromColumn | The column to move from. |
int | toColumn | The column to move to. |
int | count | The number of columns to move. |