Move Method (C1TreeNodeCollection)
In This Topic
Moves the node of tree at the specified index to a new location in the collection.
Syntax
'Declaration
Public Sub Move( _
ByVal As Integer, _
ByVal As Integer _
)
public void Move(
int ,
int
)
Parameters
- oldIndex
- newIndex
See Also