enable_wizard property

enable_wizard property

Indicates whether the PivotTable Wizard is available.

Definition:

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

See Also