refresh_pivot_tables property

refresh_pivot_tables property

Indicates whether refresh pivot tables when loading file.

Definition:

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

See Also