Aspose::Cells::DataModels::DataModelTableCollection class

DataModelTableCollection class

Represents the list of the data model table.

class DataModelTableCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the DataModelTableCollection.
DataModelTableCollection(DataModelTableCollection_Impl* impl)Constructs from an implementation object.
DataModelTableCollection(const DataModelTableCollection& src)Copy constructor.
end()Returns an iterator to the end of the DataModelTableCollection.
Get(int32_t index)Gets the data model table by position of the collection.
Get(const U16String& name)Gets the data model table by the name.
Get(const char16_t* name)Gets the data model table by the name.
GetCount()Gets the number of elements contained in the instance.
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