Hyperlinks
A collection of hyperlinks.
Hyperlinks Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Hyperlinks. |
| Item |
Object |
read |
Returns the Hyperlink with the specified index or name as Long or String. |
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. |