is_ascend_sort property

is_ascend_sort property

Indicates whether the specified PivotTable field is autosorted ascending.

Definition:

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

See Also