Represents a hyperlink for a cell or region.

WorksheetHyperlink

new WorksheetHyperlink(sourceAddress: string, target: any, displayText: string, toolTip: string): WorksheetHyperlink

Returns WorksheetHyperlink

$t: Type
displayText: string
sourceAddress: string
sourceCell: WorksheetCell
sourceRegion: WorksheetRegion
target: any
targetAddress: string
targetCell: WorksheetCell
targetNamedReference: NamedReference
targetRegion: WorksheetRegion
toolTip: string

Gets the value indicating whether the hyperlink is sealed and cannot be modified.

get isSealed(): boolean

Returns boolean

Gets the worksheet to which the hyperlink belongs.

get worksheet(): Worksheet

Returns Worksheet

Gets the string representation of the hyperlink.

toString(): string

Returns string