'Declaration <DefaultValueAttribute(True)> Public Property Locked As Boolean
[DefaultValue(true)] public bool Locked {get; set;}
Property Value
true
if the cell is locked; otherwise, false
. The default value is true
.'Declaration <DefaultValueAttribute(True)> Public Property Locked As Boolean
[DefaultValue(true)] public bool Locked {get; set;}
true
if the cell is locked; otherwise, false
. The default value is true
.