allow_using_pivot_table propiedad

allow_using_pivot_table propiedad

Representa si el usuario puede manipular tablas dinámicas en una hoja de trabajo protegida.

Definición:

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

Ver también