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