TreeView for ASP.NET WebForms
Insert Method (C1TreeViewNodeCollection)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeView Namespace > C1TreeViewNodeCollection Class : Insert Method
collection index
node to insert
Inserts C1TreeViewNode node to the collection.
Syntax
'Declaration
 
Public Shadows Sub Insert( _
   ByVal index As System.Integer, _
   ByVal node As C1TreeViewNode _
) 
public new void Insert( 
   System.int index,
   C1TreeViewNode node
)

Parameters

index
collection index
node
node to insert
See Also

Reference

C1TreeViewNodeCollection Class
C1TreeViewNodeCollection Members