True if the object is locked, False if the object can be modified when the sheet is protected.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsLocked { get; set; }
Property IsLocked As Boolean
Get
Set
property bool IsLocked {
bool get ();
void set (bool value);
}
abstract IsLocked : bool with get, set
Property Value
Type:
Boolean
See Also