is_locked property

is_locked property

The property indicates whether editing of the shape in Excel is forbidden.

If True, shape editing will be forbidden; otherwise, the shape can be edited (default is False).

Definition:

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

See Also