auto_show_field property

auto_show_field property

Represents auto show field index. -1 means PivotField itself. It should be the index of the data fields.

Definition:

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

See Also