HyperlinkCollection

General

HyperlinkCollection és una classe en Aspose.Cells per NET.

HyperlinkCollection.Add afegeix un hipervincle per a una gamma definida pel nom de cel·la, files, columnes i adreça.

Propietats

NameTypeAccessDescription
CountintReadGets the total number of hyperlinks in the collection

Mètodes

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
 Català