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