Removes a node from the current collection.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Remove( OutlineNode node ) |
Visual Basic |
---|
Public Sub Remove ( _ node As OutlineNode _ ) |
Parameters
- node
- Type: C1.C1Preview..::..OutlineNode
The node to remove.