ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / Item Property
Index of the requested item.

In This Topic
    Item Property (BookmarksCollection)
    In This Topic
    Returns a reference to the bookmark object at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Bookmark
    public Bookmark this[ 
       int index
    ]; {get;}

    Parameters

    index
    Index of the requested item.

    Property Value

    A Bookmark object at the specified index in the collection.
    See Also