[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeNodeCollection.Insert

Insert Method

Insert(int, C1TreeNode)

Inserts treeview node into the C1TreeNodeCollection at the specified index.

Declaration
public void Insert(int nodeIndex, C1TreeNode node)
Public Sub Insert(nodeIndex As Integer, node As C1TreeNode)
Parameters
Type Name Description
int nodeIndex

Index of the node.

C1TreeNode node

The node.