TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / Move Method

In This Topic
    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 oldIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    public void Move( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also