RelationshipDescriptor
Overview
RelationshipDescriptor เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงถึงตัวอธิบายความสัมพันธ์.
หมวดนี้ให้ 11 วิธีในการทํางานกับวัตถุ RelationshipDescriptor ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetId, GetIsExternal, GetTarget, GetType, SetId, SetIsExternal, SetTarget, SetType. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
GetId() → std::string | ได้หรือกําหนดตัวเลข. |
SetId(value: std::string) | กําหนดค่า id. |
SetId(value: std::string) | กําหนดค่า id. |
GetType() → std::string | ได้หรือกําหนดชนิด. |
SetType(value: std::string) | กําหนดค่าแบบ. |
SetType(value: std::string) | กําหนดค่าแบบ. |
GetTarget() → std::string | ได้หรือกําหนดเป้าหมาย. |
SetTarget(value: std::string) | กําหนดค่าเป้าหมาย. |
SetTarget(value: std::string) | กําหนดค่าเป้าหมาย. |
GetIsExternal() → bool | ได้รับหรือกําหนดค่าที่แสดงว่าภายนอกหรือไม่. |
SetIsExternal(value: bool) | กําหนดค่าภายนอก. |