Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / FilterFrozenRows Property


In This Topic
FilterFrozenRows Property (DefaultRowFilter)
In This Topic
Gets or sets whether frozen rows are filtered.
Syntax
'Declaration
 
Public Property FilterFrozenRows As Boolean
 
'Usage
 
Dim instance As DefaultRowFilter
Dim value As Boolean
 
instance.FilterFrozenRows = value
 
value = instance.FilterFrozenRows
See Also