BookmarksCollection Class | BookmarksCollection Members
Visual Basic
C#
Show All
Returns the index of the specified Bookmark object in the collection.
[Visual Basic]Public Function IndexOf( _ ByVal value As Bookmark _ ) As Integer
[C#]public int IndexOf( Bookmark value );
An integer specifying the index of the specified Bookmark.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.