ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / GetRange Method

In This Topic
    GetRange Method (PagesCollection)
    In This Topic
    Returns the count of Page objects in a Pagescollection starting at 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
    count
    See Also