Spread for ASP.NET 12 Product Documentation
Locked Property (StyleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : Locked Property
Gets or sets whether the style marks cells as locked.
Syntax
'Declaration
 
Public Overridable Property Locked As Boolean
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
public virtual bool Locked {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members