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