C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OutlineNodeCollection Class / Remove Method
The node to remove.

In This Topic
Remove Method (OutlineNodeCollection)
In This Topic
Removes a node from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal node As OutlineNode _
) 
 

Parameters

node
The node to remove.
See Also