Aspose::Cells::Tables::ListColumnCollection::Get method

ListColumnCollection::Get(int32_t) method

Gets the ListColumn by the index.

ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

the ListColumn object.

See Also

ListColumnCollection::Get(const U16String&) method

Gets the ListColumn by the name.

ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of the ListColumn

ReturnValue

The ListColumn object.

See Also

ListColumnCollection::Get(const char16_t*) method

Gets the ListColumn by the name.

ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of the ListColumn

ReturnValue

The ListColumn object.

See Also