copy_style method

copy_style

Copies named style from another pivot table.

def copy_style(self, pivot_table):
    ...
ParameterTypeDescription
pivot_tablePivotTableSource pivot table.

See Also