HyperlinkCollection class

Represents Worksheet Hyperlink collection.

Constructors

HyperlinkCollection(Worksheet worksheet)
Create a instances of Hyperlink collection.

Properties

count int
Returns the count of hyperlink reference collection.
no setter
hashCode int
The hash code for this object.
no setterinherited
innerList List<Hyperlink>
Gets the inner list.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Range range, HyperlinkType linkType, String address, [String? screenTip, String? textToDisplay]) Hyperlink
Add hyperlink to the hyperlink collection.
Add hyperlink to the hyperlinks collection.
addImage(Picture picture, HyperlinkType linkType, String address, [String? screenTip]) Hyperlink
Add Image hyperlink to the hyperlink collection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic index) Hyperlink
Hyperlink cell index.