HyperlinkExternalPageDestinations
A collection of hyperlink external page destinations.
HyperlinkExternalPageDestinations Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the hyperlink external page destination with the specified index or name. |
| length |
Long |
read |
The number of hyperlink external page destinations in the collection. |
HyperlinkExternalPageDestinations Methods
| Method |
Returns |
Description |
| add |
HyperlinkExternalPageDestination |
Create a new hyperlink external page destination. |
| anyItem |
Object |
Returns any hyperlink external page destination. |
| firstItem |
Object |
Returns the first hyperlink external page destination. |
| itemByID |
Object |
Returns the hyperlink external page destination with the specified ID. |
| itemByRange |
Objects |
Returns the hyperlink external page destinations within the specified range. |
| lastItem |
Object |
Returns the last hyperlink external page destination. |
| middleItem |
Object |
Returns the middle hyperlink external page destination. |
| nextItem |
Object |
Returns the next hyperlink external page destination. |
| previousItem |
Object |
Returns the previous hyperlink external page destination. |