[]
Moves the number of items specified by count from oldIndex to newIndex.
public void MoveRange(int oldIndex, int newIndex, int count)
Public Sub MoveRange(oldIndex As Integer, newIndex As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | oldIndex | The starting index where the items to be moved are. |
| int | newIndex | The index where the items will be moved. |
| int | count | The number of items to move. |