pivot_table_style_name property

pivot_table_style_name property

Gets and sets the pivottable style name.

Definition:

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

See Also