[]
Moves a Column object to a new position in the collection.
public override void Move(int indexOld, int indexNew)
Public Overrides Sub Move(indexOld As Integer, indexNew As Integer)
| Type | Name | Description |
|---|---|---|
| int | indexOld | Index of the column to be moved. |
| int | indexNew | New position for the column. |