hide_pivot_field_list property

hide_pivot_field_list property

Gets and sets whether hide the field list for the PivotTable.

Definition:

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

See Also