auto_sort_field property

auto_sort_field property

Represents auto sort field index. -1 means PivotField itself,others means the position of the data fields.

Definition:

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

See Also