enable_wizard propiedad

enable_wizard propiedad

Indica si el Asistente para tablas dinámicas está disponible.

Definición:

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

Ver también