[]
Moves the column from one location to another as specified.
protected void MoveColumn(int fromColumn, int toColumn)
Protected Sub MoveColumn(fromColumn As Integer, toColumn As Integer)
Type | Name | Description |
---|---|---|
int | fromColumn | Index of the column to move |
int | toColumn | Index of the destination of the column |