IsLocked

SpreadsheetShapeSettings.IsLocked property

Gets or sets a value indicating whether an editing of the shape in Excel is forbidden.

public bool IsLocked { get; set; }

Property Value

If the value is true, shape editing will be forbidden. By default, the value is false, the shape can be edited in Excel.

See Also