refresh_data property

refresh_data property

Indicates whether refreshing data source of the pivottable.

Remarks

If it is true, refresh pivot cache from data source,then calculate all pivot tables based same pivot cache.

Definition:

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

See Also