ActiveReports 14 .NET Edition
GrapeCity.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