recover_workbook_from_chart_cache property

recover_workbook_from_chart_cache property

If data source for the chart is an external workbook and it’s not available, it will be recovered from the chart cache.

Definition:

@property
def recover_workbook_from_chart_cache(self):
    ...

@recover_workbook_from_chart_cache.setter
def recover_workbook_from_chart_cache(self, value):
    ...

See Also