Aspose::Cells::Tables::ListObjectCollection::Get method
Contents
[
Hide
]ListObjectCollection::Get(int32_t) method
Gets the ListObject by index.
ListObject Aspose::Cells::Tables::ListObjectCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index. |
ReturnValue
The ListObject
See Also
- Class ListObject
- Class Vector
- Class ListObjectCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListObjectCollection::Get(const U16String&) method
Gets the ListObject by specified name.
ListObject Aspose::Cells::Tables::ListObjectCollection::Get(const U16String &tableName)
Parameter | Type | Description |
---|---|---|
tableName | const U16String& | ListObject name. |
ReturnValue
The ListObject
See Also
- Class ListObject
- Class Vector
- Class U16String
- Class ListObjectCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListObjectCollection::Get(const char16_t*) method
Gets the ListObject by specified name.
ListObject Aspose::Cells::Tables::ListObjectCollection::Get(const char16_t *tableName)
Parameter | Type | Description |
---|---|---|
tableName | const char16_t* | ListObject name. |
ReturnValue
The ListObject
See Also
- Class ListObject
- Class Vector
- Class ListObjectCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++