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