FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Locked Property


In This Topic
Locked Property (NamedStyle)
In This Topic
Gets or sets whether this style permits a cell to be edited when the sheet is protected.
Syntax
'Declaration
 
Public Overrides Property Locked As Boolean
 
'Usage
 
Dim instance As NamedStyle
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
See Also