[]
Moves the item with the specified index to a new new position specified by newIndex.
public void Move(int index, int newIndex)
Public Sub Move(index As Integer, newIndex As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | The current index. |
| int | newIndex | The new index. |