Aspose::Cells::DataModels::DataModelTableCollection::Get method
Contents
[
Hide
]DataModelTableCollection::Get(int32_t) method
Gets the data model table by position of the collection.
DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(int32_t index)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The position of the collection. |
ReturnValue
See Also
- Class DataModelTable
- Class Vector
- Class DataModelTableCollection
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++
DataModelTableCollection::Get(const U16String&) method
Gets the data model table by the name.
DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(const U16String &name)
| Parameter | Type | Description |
|---|---|---|
| name | const U16String& | The name of data model table. |
ReturnValue
See Also
- Class DataModelTable
- Class Vector
- Class U16String
- Class DataModelTableCollection
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++
DataModelTableCollection::Get(const char16_t*) method
Gets the data model table by the name.
DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(const char16_t *name)
| Parameter | Type | Description |
|---|---|---|
| name | const char16_t* | The name of data model table. |
ReturnValue
See Also
- Class DataModelTable
- Class Vector
- Class DataModelTableCollection
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++