Aspose::Cells::DataModels::DataModelRelationshipCollection class

DataModelRelationshipCollection class

Represents the relationships.

class DataModelRelationshipCollection

Methods

MethodDescription
DataModelRelationshipCollection(DataModelRelationshipCollection_Impl* impl)Constructs from an implementation object.
DataModelRelationshipCollection(const DataModelRelationshipCollection& src)Copy constructor.
Get(int32_t index)Gets the relationship.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DataModelRelationshipCollection& src)operator=
~DataModelRelationshipCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also