Aspose::Cells::Drawing::Shape::SetIsLocked method

Shape::SetIsLocked method

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

void Aspose::Cells::Drawing::Shape::SetIsLocked(bool value)

Examples

if (shape.IsLocked())
    shape.SetIsLocked(false);

See Also