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
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of hyperlinks in the collection |
Methods
| Signature | Description |
|---|---|
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 |