HyperlinkCollection
HyperlinkCollection class
Hyperlink collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Hyperlink |
Methods
| Name | Description |
|---|---|
| add | Add the Hyperlink object in the collection. |
| remove | Remove the Hyperlink object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
HyperlinkCollection.Count property
Type: int
HyperlinkCollection.Item (int) property
Type: Hyperlink
add(item)
Add the Hyperlink object in the collection.
remove(item)
Remove the Hyperlink object from the collection.
clear()
removeAt(index)
iterator()
Reserved for internal use.