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