allow_filtering 属性

allow_filtering 属性

表示是否允许用户使用在保护工作表之前创建的自动筛选器。

定义:

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

也可以看看