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