is_auto_show property

is_auto_show property

Indicates whether the specified PivotTable field is automatically shown,only valid for excel 2003.

Definition:

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

See Also