C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class / Remove Method
node to remove

In This Topic
Remove Method (C1TreeViewNodeCollection)
In This Topic
Removes C1TreeViewNode node from the collection. node to remove
Syntax
'Declaration
 
Public Shadows Sub Remove( _
   ByVal node As C1TreeViewNode _
) 
 

Parameters

node
node to remove
See Also