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