ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / GetRange Method
Specifies the starting page index of the range.
The number of pages to be returned.

In This Topic
    GetRange Method (PagesCollection)
    In This Topic
    Returns a new collection of the specified number of pages starting with the specified index
    Syntax
    'Declaration
     
    Public Function GetRange( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) As PagesCollection
    public PagesCollection GetRange( 
       int index,
       int count
    )

    Parameters

    index
    Specifies the starting page index of the range.
    count
    The number of pages to be returned.

    Return Value

    A collection of pages from the collection starting at the specified index.
    See Also