ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / Item Property
Index of the member to be returned.

In This Topic
    Item Property (PagesCollection)
    In This Topic
    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