HyperlinkCollection
Overview
HyperlinkCollection is a class in Aspose.Cells FOSS for TypeScript.
This class declares 6 methods for HyperlinkCollection objects in TypeScript programs.
Available methods include: add, clear, get, getByCell, remove, toXml.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Properties: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | number | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
add(row: number, col: number, address: string, display: string, tooltip: string) → Hyperlink | Calls add(row, col, address, display, tooltip) on this HyperlinkCollection instance. |
get(index: number) → Hyperlink | undefined | Calls get(index) on this HyperlinkCollection instance. |
getByCell(row: number, col: number) → Hyperlink | undefined | Calls getByCell(row, col) on this HyperlinkCollection instance. |
remove(index: number) | Calls remove(index) on this HyperlinkCollection instance. |
clear() | Calls clear on this HyperlinkCollection instance. |
toXml() → string | Calls toXml on this HyperlinkCollection instance. |