is_using_pivot_tables_allowed property

is_using_pivot_tables_allowed property

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

Remarks

NOTE: This member is now obsolete. Instead, please use Protection.AllowUsingPivotTable property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also