ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / RemoveAt Method
An Integer indicating the index at which to remove the Page object.

In This Topic
    RemoveAt Method (PageCollection)
    In This Topic
    Removes a Page object from the PageCollection at the specified index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    An Integer indicating the index at which to remove the Page object.
    See Also