is_locked property

is_locked property

The lock state of the shape in Excel. If True, editing the shape is forbidden; otherwise the shape can be edited. By default, the value is False.

Definition:

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

See Also