auto_sort_field property

auto_sort_field property

Represents the index of field which is auto sorted. -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