ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / Remove Method / Remove(Section) Method
Section to be removed from the collection.

In This Topic
    Remove(Section) Method
    In This Topic
    Removes the specified Section from the SectionCollection if it exists.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal section As Section _
    ) 
    public void Remove( 
       Section section
    )

    Parameters

    section
    Section to be removed from the collection.
    See Also