Represents a hyperlink for a cell or region.
Constructors
Section titled "Constructors"WorksheetHyperlink
new WorksheetHyperlink(sourceAddress: string, target: any, displayText: string, toolTip: string): WorksheetHyperlink Returns WorksheetHyperlink
Properties
Section titled "Properties"$t: Type displayText
Section titled "displayText"displayText: string sourceAddress
Section titled "sourceAddress"sourceAddress: string sourceCell
Section titled "sourceCell"sourceCell: WorksheetCell sourceRegion
Section titled "sourceRegion"sourceRegion: WorksheetRegion target
Section titled "target"target: any targetAddress
Section titled "targetAddress"targetAddress: string targetCell
Section titled "targetCell"targetCell: WorksheetCell targetNamedReference
Section titled "targetNamedReference"targetNamedReference: NamedReference targetRegion
Section titled "targetRegion"targetRegion: WorksheetRegion toolTip
Section titled "toolTip"toolTip: string Accessors
Section titled "Accessors"isSealed
Section titled "isSealed"Gets the value indicating whether the hyperlink is sealed and cannot be modified.
get isSealed(): boolean Returns boolean
worksheet
Section titled "worksheet"Methods
Section titled "Methods"toString
Section titled "toString"Gets the string representation of the hyperlink.
toString(): string