FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.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