allow_editing_content property

allow_editing_content property

Represents if the user is allowed to edit contents of locked cells on a protected worksheet.

Definition:

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

See Also