refresh_charts property

refresh_charts property

Indicates whether refreshing charts are based on this pivot table.

Definition:

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

See Also