Aspose::Cells::DataModels::DataModelRelationshipCollection class
DataModelRelationshipCollection class
Represents the relationships.
class DataModelRelationshipCollection
Methods
| Method | Description |
|---|---|
| begin() | Returns an iterator to the beginning of the DataModelRelationshipCollection. |
| DataModelRelationshipCollection(DataModelRelationshipCollection_Impl* impl) | Constructs from an implementation object. |
| DataModelRelationshipCollection(const DataModelRelationshipCollection& src) | Copy constructor. |
| end() | Returns an iterator to the end of the DataModelRelationshipCollection. |
| Get(int32_t index) | Gets the relationship. |
| GetCount() | Gets the number of elements contained in the instance. |
| 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++