allow_filtering属性
allow_filtering属性
表示是否允许用户使用在工作表受到保护之前创建的自动筛选器。
定义:
@property
def allow_filtering(self):
...
@allow_filtering.setter
def allow_filtering(self, value):
...
表示是否允许用户使用在工作表受到保护之前创建的自动筛选器。
@property
def allow_filtering(self):
...
@allow_filtering.setter
def allow_filtering(self, value):
...