Aspose::Cells::Tables::ListObjectCollection::Get method

ListObjectCollection::Get(int32_t) method

Gets the ListObject by index.

ListObject Aspose::Cells::Tables::ListObjectCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

The ListObject

See Also

ListObjectCollection::Get(const U16String&) method

Gets the ListObject by specified name.

ListObject Aspose::Cells::Tables::ListObjectCollection::Get(const U16String &tableName)
ParameterTypeDescription
tableNameconst U16String&ListObject name.

ReturnValue

The ListObject

See Also

ListObjectCollection::Get(const char16_t*) method

Gets the ListObject by specified name.

ListObject Aspose::Cells::Tables::ListObjectCollection::Get(const char16_t *tableName)
ParameterTypeDescription
tableNameconst char16_t*ListObject name.

ReturnValue

The ListObject

See Also