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 As Boolean, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim clear As Boolean
Dim forceInvalidate As Boolean
instance.InvalidateRowFilter(clear, forceInvalidate)
public void InvalidateRowFilter(
bool ,
bool
)
Parameters
- clear
- Whether to clear
- forceInvalidate
- Whether to force the invalidate
See Also