HyperlinkCollection

Přehled

HyperlinkCollection je třída v Aspose.Cells pro NET.

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

Vlastnosti

Název:Typ:PřístupPopis:
CountintČtěte.Získejte celkový počet hypertextových odkazů v souborě.

Metody

Podpis:Popis:
Add(cellName: string, totalRows: int, totalColumns: int, address: string)Přidává hypertextový odkaz pro rozsah definovaný názvem buňky, počtem řádků, číslem sloupců a adresou
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)Odstraňuje hypertextový odkaz na specifikovaném indexu založeném na nule.
 Čeština