Aspose::Cells::Tables::TableStyleCollection::Get method

TableStyleCollection::Get(int32_t) method

Gets the table style by the index.

TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe position of the table style in the list.

ReturnValue

The table style object.

See Also

TableStyleCollection::Get(const U16String&) method

Gets the table style by the name.

TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The table style name.

ReturnValue

The table style object.

See Also

TableStyleCollection::Get(const char16_t*) method

Gets the table style by the name.

TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The table style name.

ReturnValue

The table style object.

See Also