TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / Insert Method
Index of the node.
The node.

In This Topic
    Insert Method (C1TreeNodeCollection)
    In This Topic
    Inserts treeview node into the C1TreeNodeCollection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal nodeIndex As Integer, _
       ByVal node As C1TreeNode _
    ) 
    public void Insert( 
       int nodeIndex,
       C1TreeNode node
    )

    Parameters

    nodeIndex
    Index of the node.
    node
    The node.
    See Also