allow_using_pivot_table property

allow_using_pivot_table property

Represents if the user is allowed to manipulate pivot tables on a protected worksheet.

Definition:

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

See Also