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

NameTypeAccessDescription
address: stringReadGets the address.
display: stringReadGets the display.
tooltip: stringReadGets the tooltip.
type: "url" | "file" | "email" | "internal"ReadGets the type.
target: stringReadGets the target.

See Also