Aspose::Cells::Drawing::Shape::IsLocked method

Shape::IsLocked method

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

bool Aspose::Cells::Drawing::Shape::IsLocked()

Examples

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

See Also