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.

Description

HyperlinkCollection is a class in the Aspose.Cells FOSS library for .NET that exposes 4 methods and 1 property for programmatic use.

The class also provides the Count property (gets the total number of hyperlinks in the collection).

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

See Also