Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IOptimizedFilterStyleModel Interface / IncludeCellLocked Property


In This Topic
IncludeCellLocked Property
In This Topic
Gets or sets a value that indicates whether the cell locked status is performed.
Syntax
'Declaration
 
Property IncludeCellLocked As Boolean
 
'Usage
 
Dim instance As IOptimizedFilterStyleModel
Dim value As Boolean
 
instance.IncludeCellLocked = value
 
value = instance.IncludeCellLocked
See Also