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