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


In This Topic
Locked Property (Cell)
In This Topic
Gets or sets whether a cell is marked as locked from editing.
Syntax
'Declaration
 
Public Property Locked As Boolean
 
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
See Also