C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class / Insert Method
collection index
node to insert

In This Topic
Insert Method (C1TreeViewNodeCollection)
In This Topic
Inserts C1TreeViewNode node to the collection.
Syntax
'Declaration
 
Public Shadows Sub Insert( _
   ByVal index As System.Integer, _
   ByVal node As C1TreeViewNode _
) 
 

Parameters

index
collection index
node
node to insert
See Also