PropertyCollection (pemegang tempat)

PropertyCollection (pemegang tempat)

Pengamatan umum

HyperlinkCollection adalah kelas dalam Aspose.Cells untuk NET.

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

Sifat-sifatnya

Nama (Inggris)JenisAksesDeskripsi
CountintBacalah.Dapatkan jumlah total hyperlink dalam koleksi

Metode-metode yang digunakan

Tanda tanganDeskripsi
Add(cellName: string, totalRows: int, totalColumns: int, address: string)Menambahkan hyperlink untuk rentang yang didefinisikan oleh nama sel, jumlah baris, bilangan kolom dan alamat
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)Menghapus hyperlink pada indeks berbasis nol yang ditentukan
 Bahasa Indonesia