[]
Moves a range of rows 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 row in the range that will be moved. |
int | count | The number of rows that will be moved. |
int | indexNew | New position for the first row in the range. |