Aspose::Cells::Tables::TableStyleCollection::AddPivotTableStyle method

TableStyleCollection::AddPivotTableStyle(const U16String&) method

Adds a custom pivot table style.

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

ReturnValue

The index of the pivot table style.

See Also

TableStyleCollection::AddPivotTableStyle(const char16_t*) method

Adds a custom pivot table style.

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

ReturnValue

The index of the pivot table style.

See Also