add_pivot_table_style method

add_pivot_table_style(self, name)

Adds a custom pivot table style.

Returns

The index of the pivot table style.


def add_pivot_table_style(self, name):
    ...
ParameterTypeDescription
namestrThe pivot table style name.

See Also