pivot_table_style property

pivot_table_style property

Gets PivotTable.TableStyle settings of this pivot table.

Definition:

@property
def pivot_table_style(self):
    ...
@pivot_table_style.setter
def pivot_table_style(self, value):
    ...

See Also