ActiveReports 12
Item Property (BookmarksCollection)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : Item Property
Index of the requested item.
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

Reference

BookmarksCollection Class
BookmarksCollection Members