[]
        
(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)
Parameters
Type Name Description
int nodeIndex

Index of the node.

C1TreeNode node

The node.