Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilterFrozenSupport Interface / FilterFrozenRows Property


In This Topic
FilterFrozenRows Property (IRowFilterFrozenSupport)
In This Topic
Gets or sets whether frozen rows should be included in the filter operation.
Syntax
'Declaration
 
Property FilterFrozenRows As Boolean
 
'Usage
 
Dim instance As IRowFilterFrozenSupport
Dim value As Boolean
 
instance.FilterFrozenRows = value
 
value = instance.FilterFrozenRows
See Also