Class: Hyperlink

Core.SpreadsheetEditor. Hyperlink

Represents a hyperlink in the spreadsheet editor. Please use Workbook.createHyperlink to create a new instance.

Properties:
Name Type Description
address string A string representing the destination of the hyperlink. For external links, it can be a web URL. For internal links, the format is ${sheetName}!${cell} (e.g., "Sheet1!A1"). This property is read-only.
tooltip string A string providing descriptive text that appears when hovering over the hyperlink. This property is read-only.
type Core.SpreadsheetEditor.Types.HyperlinkType The type of the hyperlink, indicating whether it is unknown, internal, or external. This property is read-only.