allow_formatting_row 属性
allow_formatting_row 属性
表示是否允许在受保护的工作表上设置行格式
定义:
@property
def allow_formatting_row(self):
...
@allow_formatting_row.setter
def allow_formatting_row(self, value):
...
表示是否允许在受保护的工作表上设置行格式
@property
def allow_formatting_row(self):
...
@allow_formatting_row.setter
def allow_formatting_row(self, value):
...