C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class / Add Method
node to add

In This Topic
Add Method (C1TreeViewNodeCollection)
In This Topic
Adds C1TreeViewNode node to the collection.
Syntax
'Declaration
 
Public Shadows Sub Add( _
   ByVal node As C1TreeViewNode _
) 
 

Parameters

node
node to add
See Also