Returns the index of the specified Bookmark object in the collection.
'Declaration
Public Function IndexOf( _
ByVal As Bookmark _
) As System.Integer
public System.int IndexOf(
Bookmark
)
Parameters
- value
- Specifies the Bookmark object for which to search.
Return Value
An integer specifying the index of the specified Bookmark.