field_index property

field_index property

Represents the index of the field sorted by. -1 means sorting the PivotField by the labels,others means sorting by the data field.

Definition:

@property
def field_index(self):
    ...

See Also