Click or drag to resize

CommentsRange IsLocked Property

Gets or sets a value indicating whether the current instance is locked.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsLocked { get; set; }

Property Value

Type: Boolean
true if the current instance is locked; otherwise, false .

Implements

IShape IsLocked
Exceptions
Exception Condition
NotSupportedException This property doesn't support in this class.
See Also