HyperlinkCollection

HyperlinkCollection class

Hyperlink collection.

Properties

NameTypeDescription
Countint
Item (int)Hyperlink

Methods

NameDescription
addAdd the Hyperlink object in the collection.
removeRemove the Hyperlink object from the collection.
clear
removeAt
iteratorReserved 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.