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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyle Class : Locked Property
Gets or sets whether this style permits a cell to be edited.
Syntax
'Declaration
 
Public Overrides Property Locked As Boolean
'Usage
 
Dim instance As NamedStyle
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
public override bool Locked {get; set;}
See Also

Reference

NamedStyle Class
NamedStyle Members