HyperlinkCollection

HyperlinkCollection

Overview

HyperlinkCollection is a class in Aspose.Cells for NET.

HyperlinkCollection.Add adds a hyperlink for a range defined by cell name, rows, columns, and address.

Properties

NameTypeAccessDescription
CountintReadGets the total number of hyperlinks in the collection

Methods

SignatureDescription
Add(cellName: string, totalRows: int, totalColumns: int, address: string)Adds a hyperlink for a range defined by cell name, row count, column count, and address
Add(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int, address: string)
Add(startCellName: string, endCellName: string, address: string, textToDisplay: string, screenTip: string)
RemoveAt(index: int)Removes the hyperlink at the specified zero‑based index