is_locked fastighet

is_locked fastighet

Sant om objektet är låst, False om objektet kan ändras när arket är skyddat.

Exempel


if shape.is_locked:
    shape.is_locked = False

Definition:

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

Se även