FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / SubSectionCollection Class / Remove Method
The SubSection object to remove.

In This Topic
    Remove Method (SubSectionCollection)
    In This Topic
    Removes a SubSection object from collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As SubSection _
    ) 
    public void Remove( 
       SubSection item
    )

    Parameters

    item
    The SubSection object to remove.
    See Also