pivot_settings property

pivot_settings property

Gets or sets the globalization settings for pivot table.

Definition:

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

See Also