InstancesHyperlink [] (index:
number)
Returns the Hyperlink with the specified index.
Parameter | Type | Description |
index | number | The index. |
Hyperlink add (hyperlinkSource:
varies[, hyperlinkDestination:
varies][, withProperties:
Object])
Creates a new hyperlink.
Hyperlink anyItem ()
Returns any Hyperlink in the collection.
number count ()
Displays the number of elements in the Hyperlink.
Array of Hyperlink everyItem ()
Returns every Hyperlink in the collection.
Hyperlink firstItem ()
Returns the first Hyperlink in the collection.
Hyperlink item (index:
varies)
Returns the Hyperlink with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Hyperlink itemByID (id:
number)
Returns the Hyperlink with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
Hyperlink itemByName (name:
string)
Returns the Hyperlink with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of Hyperlink itemByRange (from:
varies, to:
varies)
Returns the Hyperlinks within the specified range.
Parameter | Type | Description |
from | Hyperlink Long Integer String | The Hyperlink, index, or name at the beginning of the range. Can accept: Hyperlink, Long Integer or String. |
to | Hyperlink Long Integer String | The Hyperlink, index, or name at the end of the range. Can accept: Hyperlink, Long Integer or String. |
Hyperlink lastItem ()
Returns the last Hyperlink in the collection.
Hyperlink middleItem ()
Returns the middle Hyperlink in the collection.
Hyperlink nextItem (obj:
Hyperlink)
Returns the Hyperlink whose index follows the specified Hyperlink in the collection.
Parameter | Type | Description |
obj | Hyperlink | The Hyperlink whose index comes before the desired Hyperlink. |
Hyperlink previousItem (obj:
Hyperlink)
Returns the Hyperlink with the index previous to the specified index.
Parameter | Type | Description |
obj | Hyperlink | The index of the Hyperlink that follows the desired Hyperlink. |
string toSource ()
Generates a string which, if executed, will return the Hyperlink.
|