Hyperlink
Overview
Hyperlink is a interface in Aspose.Cells FOSS for Typescript.
Hyperlink support lets you add, retrieve, and serialize cell hyperlinks within worksheets via the Hyperlink and HyperlinkCollection classes.
Properties: address, display, target, tooltip, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
address | : string | Read | Gets the address. |
display | : string | Read | Gets the display. |
tooltip | : string | Read | Gets the tooltip. |
type | : "url" | "file" | "email" | "internal" | Read | Gets the type. |
target | : string | Read | Gets the target. |