HyperlinkCollection

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

NameTypeAccessDescription
countnumberReadGets the count.

Methods

SignatureDescription
add(row: number, col: number, address: string, display: string, tooltip: string)HyperlinkCalls add(row, col, address, display, tooltip) on this HyperlinkCollection instance.
get(index: number)Hyperlink | undefinedCalls get(index) on this HyperlinkCollection instance.
getByCell(row: number, col: number)Hyperlink | undefinedCalls 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()stringCalls toXml on this HyperlinkCollection instance.

See Also

 English