Aspose::Cells::DataModels::DataModelTableCollection class
DataModelTableCollection class
Represents the list of the data model table.
class DataModelTableCollection
Methods
Method | Description |
---|---|
DataModelTableCollection(DataModelTableCollection_Impl* impl) | Constructs from an implementation object. |
DataModelTableCollection(const DataModelTableCollection& src) | Copy constructor. |
Get(int32_t index) | Gets the data model table by position of the collection. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DataModelTableCollection& src) | operator= |
~DataModelTableCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++