AfterHyperlinkArgs
23 Sep 20251 minute to read
Specifies arguments after a hyperlink is created or clicked.
Properties
address string
Specifies the range of cells where the hyperlink was added.
displayText string
Specifies the text displayed for the hyperlink.
If no text is provided, the current value of the cell is displayed by default.
hyperlink string|HyperlinkModel
Specifies the hyperlink reference.
This can either be a URL string (e.g., “https://example.com”) or a HyperlinkModel object.