ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / Remove Method / Remove(Int32) Method
Index of the Section to be removed.

In This Topic
    Remove(Int32) Method
    In This Topic
    Removes the Section at the specified index from the SectionCollection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal index As Integer _
    ) 
    public void Remove( 
       int index
    )

    Parameters

    index
    Index of the Section to be removed.
    See Also