Returns a reference to the bookmark object at the specified index.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As Bookmark
public Bookmark this[
System.int
]; {get;}
Parameters
- index
- Index of the requested item.
Property Value
A Bookmark object at the specified index in the collection.