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


In This Topic
Locked Property (FilterBarCell)
In This Topic
Gets or sets whether the cell is locked.
Syntax
'Declaration
 
Public Overridable Property Locked As Boolean
 
'Usage
 
Dim instance As FilterBarCell
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
See Also