ComponentOne TreeView for WinForms
Move Method

C1.Win.TreeView Namespace > C1TreeNodeCollection Class : Move Method
Moves the node of tree at the specified index to a new location in the collection.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer _
) 
public void Move( 
   int oldIndex,
   int newIndex
)

Parameters

oldIndex
newIndex
See Also

Reference

C1TreeNodeCollection Class
C1TreeNodeCollection Members