save_data property

save_data property

Indicates whether data for the PivotTable report is saved with the workbook.

Definition:

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

See Also