Aspose::Cells::Tables::TableStyleCollection::AddTableStyle method

TableStyleCollection::AddTableStyle(const U16String&) method

Adds a custom table style.

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

ReturnValue

The index of the table style.

See Also

TableStyleCollection::AddTableStyle(const char16_t*) method

Adds a custom table style.

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

ReturnValue

The index of the table style.

See Also