is_auto_format property
is_auto_format property
Indicates whether the PivotTable report is automatically formatted. Checkbox “autoformat table " which is in pivottable option for Excel 2003
Definition:
@property
def is_auto_format(self):
...
@is_auto_format.setter
def is_auto_format(self, value):
...
See Also
- module
aspose.cells.pivot
- class
PivotTable