ActiveReports 13
Item Property (PagesCollection)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class : Item Property
Index of the member to be returned.
Returns the member at the specified index in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Page
public Page this[ 
   int index
]; {get;}

Parameters

index
Index of the member to be returned.

Property Value

Page object at the specified index.
See Also

Reference

PagesCollection Class
PagesCollection Members