Move Method
Move(int, int)
Moves the node of tree at the specified index to a new location in the collection.
Declaration
public void Move(int oldIndex, int newIndex)
Public Sub Move(oldIndex As Integer, newIndex As Integer)
Parameters
| Type |
Name |
Description |
| int |
oldIndex |
|
| int |
newIndex |
|