GrapeCity.Xaml.SpreadSheet.Data
Locked Property (StyleInfo)


GrapeCity.Xaml.SpreadSheet.Data Namespace > StyleInfo Class : Locked Property
Gets or sets a value that indicates whether a cell is marked as locked from editing.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property Locked As Boolean
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
[DefaultValue()]
public virtual bool Locked {get; set;}

Property Value

true if the cell is locked; otherwise, false.
See Also

Reference

StyleInfo Class
StyleInfo Members