copy_style method

copy_style(self, pivot_table)

Copies named style from another pivot table.


def copy_style(self, pivot_table):
    ...
ParameterTypeDescription
pivot_tableaspose.cells.pivot.PivotTableSource pivot table.

See Also