Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / Locked Property


In This Topic
Locked Property (Column)
In This Topic
Gets or sets whether cells in this column are marked as locked.
Syntax
'Declaration
 
Public Property Locked As Boolean
 
'Usage
 
Dim instance As Column
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
See Also