is_locked property

is_locked property

Gets or sets a value indicating whether a cell can be modified or not.

Remarks

Locking cells has no effect unless the worksheet is protected.

Definition:

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

See Also