is_locked property

is_locked property

Gets or sets a value indicating whether an editing of the shape in Excel is forbidden.

Definition:

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

See Also