ActiveReports 12
GetRange Method (PagesCollection)

GrapeCity.ActiveReports.Document.v12 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.
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

Reference

PagesCollection Class
PagesCollection Members