BookmarksCollection Class | BookmarksCollection Members
Visual Basic
C#
Show All
Returns a reference to the bookmark object at the specified index.
[Visual Basic]Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Bookmark
[C#]public Bookmark this[ int index ]; {get;}
A Bookmark object at the specified index in the collection.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.