is_auto_sort property

is_auto_sort property

Indicates whether the specified PivotTable field is automatically sorted.

Definition:

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

See Also