Hyperlink

Overview

Hyperlink is a class in Aspose.Cells FOSS for TypeScript.

This class declares 2 methods for Hyperlink objects in TypeScript programs. Available methods include: constructor, toXml. Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package. Properties: address, col, display, ref, row, target, and 2 more.

Properties

NameTypeAccessDescription
rownumberReadGets the row.
colnumberReadGets the col.
refstringReadGets the ref.
addressstring | undefinedRead/WriteGets the address.
displaystring | undefinedRead/WriteGets the display.
tooltipstring | undefinedRead/WriteGets the tooltip.
typeHyperlinkType["type"]ReadGets the type.
targetstring | undefinedReadGets the target.

Methods

SignatureDescription
constructor(row: number, col: number, address: string, display: string, tooltip: string)Calls constructor(row, col, address, display, tooltip) on this Hyperlink instance.
toXml()stringCalls toXml on this Hyperlink instance.

See Also