Aspose::Cells::DataModels::DataModelTableCollection class

DataModelTableCollection class

Represents the list of the data model table.

class DataModelTableCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DataModelTableCollection& src)operator=
~DataModelTableCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also