InvalidateRowFilter(Boolean,Boolean) Method
Resets all the temporary filter settings and filters the rows again based on the filter settings of each column. (Internal use only.)
public void InvalidateRowFilter(
bool ,
bool
)
'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)
Parameters
- clear
- Whether to clear
- forceInvalidate
- Whether to force the invalidate