RelationshipDescriptor

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

SignatureDescription
GetId()std::stringGets or sets the id.
SetId(value: std::string)Sets the id value.
SetId(value: std::string)Sets the id value.
GetType()std::stringGets or sets the type.
SetType(value: std::string)Sets the type value.
SetType(value: std::string)Sets the type value.
GetTarget()std::stringGets or sets the target.
SetTarget(value: std::string)Sets the target value.
SetTarget(value: std::string)Sets the target value.
GetIsExternal()boolGets or sets a value indicating whether external.
SetIsExternal(value: bool)Sets the is external value.

See Also

 English