auto_format_type property

auto_format_type property

Gets and sets the auto format type of PivotTable.

Definition:

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

See Also