HyperlinkCollection
Overview
HyperlinkCollection เป็นคลาสใน Aspose.Cells สําหรับ NET.
HyperlinkCollection.Add adds a hyperlink for a range defined by cell name, rows, columns, and address.
Description
HyperlinkCollection เป็นคลาสในห้องสมุด Aspose.Cells FOSS สําหรับ .NET ที่เปิดเผย 5 วิธีและ 2 คุณลักษณะสําหรับการใช้งานโปรแกรม.
กลุ่มนี้ยังให้บริการที่ Count property (ได้รับจํานวนทั้งหมดของ hyperlink ในคอลเลกชั่น).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Capacity | int | อ่าน/เขียน | ได้รับหรือกําหนดจํานวนขององค์ประกอบที่คอลเล็กชั่นสามารถมีไว้. |
Count | int | Read | ได้จํานวนการเชื่อมโยงทั้งหมดในคอลเลกชั่น. |
Methods
| Signature | Description |
|---|---|
Add(cellName: string, totalRows: int, totalColumns: int, address: string) | เพิ่มไฮเปอร์ลิ้งสําหรับระยะที่กําหนดโดยชื่อเซลล์, จํานวนแถว, การนับคอลัมน์ และที่อยู่. |
Add(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int, address: string) | เพิ่มไฮเปอร์ลิ้งสําหรับระยะที่กําหนดโดยอัตรานิติแถวและคอลัมน์, จํานวนแถลง, การนับคოლัมป์ และที่อยู่. |
Add(startCellName: string, endCellName: string, address: string, textToDisplay: string, screenTip: string) | เพิ่มไฮเปอร์ลิงค์สําหรับระยะที่กําหนดโดยชื่อเซลล์เริ่มต้นและสิ้นสุด พร้อมกับนาม, ข้อความแสดง และปลายหน้าจอ. |
Clear() | ลบไฮเปอร์ลิงค์ทั้งหมดจากคอลเลกชั่น. |
RemoveAt(index: int) | ลบไฮเปอร์ลิงค์ที่อัตราฐานศูนย์ที่กําหนดไว้. |