Aspose::Cells::DataModels::DataModelRelationshipCollection class
DataModelRelationshipCollection class
Represents the relationships.
class DataModelRelationshipCollection
Methods
Method | Description |
---|---|
DataModelRelationshipCollection(DataModelRelationshipCollection_Impl* impl) | Constructs from an implementation object. |
DataModelRelationshipCollection(const DataModelRelationshipCollection& src) | Copy constructor. |
Get(int32_t index) | Gets the relationship. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DataModelRelationshipCollection& src) | operator= |
~DataModelRelationshipCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++