Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / InvalidateRowFilter(Boolean,Boolean) Method
Whether to clear
Whether to force the invalidate


In This Topic
InvalidateRowFilter(Boolean,Boolean) Method
In This Topic
Resets all the temporary filter settings and filters the rows again based on the filter settings of each column. (Internal use only.)
Syntax
'Declaration
 
Public Sub InvalidateRowFilter( _
   ByVal clear As Boolean, _
   ByVal forceInvalidate As Boolean _
) 
 
'Usage
 
Dim instance As SheetView
Dim clear As Boolean
Dim forceInvalidate As Boolean
 
instance.InvalidateRowFilter(clear, forceInvalidate)

Parameters

clear
Whether to clear
forceInvalidate
Whether to force the invalidate
See Also