[]
Moves a range of Column objects to a new position in the collection.
public override void MoveRange(int index, int count, int indexNew)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the first column in the range that will be moved. |
| int | count | The number of columns that will be moved. |
| int | indexNew | New position for the first column in the range. |