ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / Item Property
The index of the bookmark.

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

    Parameters

    index
    The index of the bookmark.
    See Also