allow_editing_content 属性
allow_editing_content 属性
表示是否允许用户编辑受保护工作表上锁定单元格的内容。
定义:
@property
def allow_editing_content(self):
...
@allow_editing_content.setter
def allow_editing_content(self, value):
...
表示是否允许用户编辑受保护工作表上锁定单元格的内容。
@property
def allow_editing_content(self):
...
@allow_editing_content.setter
def allow_editing_content(self, value):
...