Bookmarks
A collection of bookmarks.
Bookmarks Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Bookmarks. |
| Item |
Object |
read |
Returns the Bookmark with the specified index or name as Long or String. |
Bookmarks Methods
| Method |
Returns |
Description |
| Add |
Bookmark |
Create a new Bookmark. |
| AnyItem |
Object |
Returns any Bookmark. |
| FirstItem |
Object |
Returns the first Bookmark. |
| ItemByID |
Object |
Returns the Bookmark with the specified ID. |
| ItemByRange |
Objects |
Returns the Bookmarks within the specified range. |
| LastItem |
Object |
Returns the last Bookmark. |
| MiddleItem |
Object |
Returns the middle Bookmark. |
| NextItem |
Object |
Returns the next Bookmark. |
| PreviousItem |
Object |
Returns the previous Bookmark. |