Aspose::Cells::DataModels::DataModelTableCollection::Get method

DataModelTableCollection::Get(int32_t) method

Gets the data model table by position of the collection.

DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe position of the collection.

ReturnValue

See Also

DataModelTableCollection::Get(const U16String&) method

Gets the data model table by the name.

DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of data model table.

ReturnValue

See Also

DataModelTableCollection::Get(const char16_t*) method

Gets the data model table by the name.

DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of data model table.

ReturnValue

See Also