Reports for WinForms | ComponentOne
C1.C1Report.4 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 _
    ) 
    public void Remove( 
       OutlineNode node
    )

    Parameters

    node
    The node to remove.
    See Also