allow_using_pivot_table 属性

allow_using_pivot_table 属性

表示是否允许用户操作受保护工作表上的数据透视表。

定义:

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

也可以看看