Shape.IsLocked

Shape.IsLocked property

True if the object is locked, False if the object can be modified when the sheet is protected.

public bool IsLocked { get; set; }

Examples


[C#]
if(shape.IsLocked)
    shape.IsLocked = false;

See Also