pivot_table_style_type property

pivot_table_style_type property

Gets and sets the built-in pivot table style.

Definition:

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

See Also