field_list_sort_ascending property

field_list_sort_ascending property

Specifies a boolean value that indicates whether fields in the PivotTable are sorted in non-default order in the field list.

Definition:

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

See Also