 |
|
| |
|
|
|
 |
|
Determines the index of a specific Bookmark.
|
|
| |
| |
|
[C#]
int IndexOf(Bookmark value)
int IndexOf(string value)
[Visual Basic]
Function IndexOf(value
As Bookmark) As Integer
Function IndexOf(value As String) As
Integer
|
|
| |
| |
| Name |
Description |
| value |
The object or the title of the object to locate
in the Collection. |
| return |
If found, the index of value, otherwise
-1. |
|
|
| |
| |
|
Determines the index of a specific Bookmark in the list.
|
|
| |
| |
|