Spread Silverlight Documentation
Locked Property (StyleInfo)


GrapeCity.Windows.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
 
<System.ComponentModel.DefaultValueAttribute()>
Public Overridable Property Locked As System.Boolean
'Usage
 
Dim instance As StyleInfo
Dim value As System.Boolean
 
instance.Locked = value
 
value = instance.Locked
[System.ComponentModel.DefaultValue()]
public virtual System.bool Locked {get; set;}

Property Value

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

Reference

StyleInfo Class
StyleInfo Members