HyperlinkCollection class
Represents Worksheet Hyperlink collection.
Constructors
- HyperlinkCollection(Worksheet worksheet)
- Create a instances of Hyperlink collection.
Properties
Methods
-
add(
Range range, HyperlinkType linkType, String address, [String? screenTip, String? textToDisplay]) → Hyperlink - Add hyperlink to the hyperlink collection.
-
addHyperlink(
Hyperlink hyperlink) → void - 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.