[]
Moves the column or columns to a specified location.
public void MoveColumn(int column, int count, int toColumn)
Public Sub MoveColumn(column As Integer, count As Integer, toColumn As Integer)
| Type | Name | Description |
|---|---|---|
| int | column | Column index at which to start the move (first column) |
| int | count | Number of columns to move |
| int | toColumn | Destination before which to copy the range of columns |