Bookmarks Members
Include Protected Members
Include Inherited Members
A collection of Bookmark objects that represent the bookmarks in the specified selection, range, or document.
The Bookmarks type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds a bookmark to a range. | |
Exists | Determines whether the specified bookmark exists. | |
GetEnumerator | (Inherited from IEnumerable.) |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a value that indicates the application in which the specified object was created. | |
DefaultSorting | Returns or sets the sorting option for bookmark names displayed in the Bookmark dialog box (Insert menu). | |
Item | Returns an individual object in a collection. | |
Parent | Returns the parent object of the specified object. | |
ShowHidden | Returns or sets a value that indicates if hidden bookmarks are included in the Bookmarks collection. |
Top