PropertyCollection - A helyfogadó.

PropertyCollection - A helyfogadó.

Összefoglaló

HyperlinkCollection az NET Aspose.Cells osztályában található.

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

A tulajdonságok

A neve:A típus:HozzáférésLeírás
CountintOlvasd!Megkapja a gyűjtemény összes hiperlinkjének számát.

Módszerek

Az aláírás:Leírás
Add(cellName: string, totalRows: int, totalColumns: int, address: string)Töltés: a cellák neve, sorok száma és oszlopok számának megfelelően meghatározott tartományhoz hiperlinket ad hozzá.
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)Eltávolítja a megadott nullázású indexhez tartozó hiperlinket.
 Magyar