RelationshipDescriptor
Overview
RelationshipDescriptor is a class in Aspose.Cells FOSS for C++.
Represents relationship descriptor.
This class provides 11 methods for working with RelationshipDescriptor objects in C++ programs.
Available methods include: GetId, GetIsExternal, GetTarget, GetType, SetId, SetIsExternal, SetTarget, SetType.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetId() → std::string | Gets or sets the id. |
SetId(value: std::string) | Sets the id value. |
SetId(value: std::string) | Sets the id value. |
GetType() → std::string | Gets or sets the type. |
SetType(value: std::string) | Sets the type value. |
SetType(value: std::string) | Sets the type value. |
GetTarget() → std::string | Gets or sets the target. |
SetTarget(value: std::string) | Sets the target value. |
SetTarget(value: std::string) | Sets the target value. |
GetIsExternal() → bool | Gets or sets a value indicating whether external. |
SetIsExternal(value: bool) | Sets the is external value. |