HyperlinkModel
Overview
HyperlinkModel เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงตัวอย่างการเชื่อมโยงทางยอดสูง (hyperlink).
หมวดนี้ให้ 16 วิธีในการทํางานกับวัตถุ HyperlinkModel ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetAddress, GetFirstColumn, GetFirstRow, GetScreenTip, GetSubAddress, GetTextToDisplay, GetTotalColumns, GetTotalRows, SetAddress, SetFirstColumn, SetFirstRow, SetScreenTip,และ 4 วิธีเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
GetFirstRow() → int | ได้หรือตั้งแถวแรก. |
SetFirstRow(value: int) | กําหนดค่าแถวแรก. |
GetFirstColumn() → int | ได้หรือตั้งคอลัมน์แรก. |
SetFirstColumn(value: int) | กําหนดค่าคอลัมน์แรก. |
GetTotalRows() → int | ได้หรือตั้งจํานวนแถวทั้งหมด. |
SetTotalRows(value: int) | กําหนดค่าทั้งหมดของแถว. |
GetTotalColumns() → int | ได้หรือตั้งค่าทั้งหมดของคอลัมน์. |
SetTotalColumns(value: int) | กําหนดค่าคอลัมน์ทั้งหมด. |
GetAddress() → std::string | ได้รับหรือกําหนดที่อยู่. |
SetAddress(value: std::string) | กําหนดค่าที่อยู่. |
GetSubAddress() → std::string | ได้รับหรือตั้งที่อยู่รอง. |
SetSubAddress(value: std::string) | กําหนดค่าที่อยู่รอง. |
GetScreenTip() → std::string | ได้หรือตั้งจุดจอ. |
SetScreenTip(value: std::string) | กําหนดค่าของจุดจอ. |
GetTextToDisplay() → std::string | ได้รับหรือตั้งข้อความให้แสดง. |
SetTextToDisplay(value: std::string) | กําหนดข้อความเพื่อแสดงค่า. |