PropertyCollection{Categorie:Documentele de activitate}
Opinie generală
HyperlinkCollection este o clasă în Aspose.Cells pentru NET.
HyperlinkCollection.Add adds a hyperlink for a range defined by cell name, rows, columns, and address.
Proprietăți
| Numele de proprietate | Tipul de vehicul | Accesul | Descriere: |
|---|---|---|---|
Count | int | Citeşte. | Obține numărul total de hiperlink-uri din colecție |
Metode de evaluare
| Semnătura | Descriere: |
|---|---|
Add(cellName: string, totalRows: int, totalColumns: int, address: string) | Adăuga un hiperlink pentru o gamă definită prin numele celulei, numărul rândurilor, numărul coloanelor și adresa |
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) | Îndepărtează hiperlink-ul la indexul specificat pe bază de zero. |