Hyperlink
Overview
Hyperlink is a class in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | number | Read | |
col | number | Read | |
ref | string | Read | |
address | string | undefined | Read/Write | |
display | string | undefined | Read/Write | |
tooltip | string | undefined | Read/Write | |
type | HyperlinkType["type"] | Read | |
target | string | undefined | Read |
Methods
| Signature | Description |
|---|---|
constructor(row: number, col: number, address: string, display: string, tooltip: string) | |
toXml() → string |