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)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The pivot table style name. |
ReturnValue
The index of the pivot table style.
See Also
- Class Vector
- Class U16String
- Class TableStyleCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
TableStyleCollection::AddPivotTableStyle(const char16_t*) method
Adds a custom pivot table style.
int32_t Aspose::Cells::Tables::TableStyleCollection::AddPivotTableStyle(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The pivot table style name. |
ReturnValue
The index of the pivot table style.
See Also
- Class Vector
- Class TableStyleCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++