copy_style method
copy_style(self, pivot_table)
Copies named style from another pivot table.
def copy_style(self, pivot_table):
    ...
| Parameter | Type | Description | 
|---|---|---|
| pivot_table | aspose.cells.pivot.PivotTable | Source pivot table. | 
See Also
- module aspose.cells.pivot
- class PivotTable