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
| Name | Type | Access | Description |
|---|---|---|---|
row | number | Read | Gets the row. |
col | number | Read | Gets the col. |
ref | string | Read | Gets the ref. |
address | string | undefined | Read/Write | Gets the address. |
display | string | undefined | Read/Write | Gets the display. |
tooltip | string | undefined | Read/Write | Gets the tooltip. |
type | HyperlinkType["type"] | Read | Gets the type. |
target | string | undefined | Read | Gets the target. |
Methods
| Signature | Description |
|---|---|
constructor(row: number, col: number, address: string, display: string, tooltip: string) | Calls constructor(row, col, address, display, tooltip) on this Hyperlink instance. |
toXml() → string | Calls toXml on this Hyperlink instance. |