Spread for ASP.NET 12 Product Documentation
InvalidateRowFilter(Boolean) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > InvalidateRowFilter Method : InvalidateRowFilter(Boolean) Method
Whether to clear
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 clear As Boolean _
) 
'Usage
 
Dim instance As SheetView
Dim clear As Boolean
 
instance.InvalidateRowFilter(clear)
public void InvalidateRowFilter( 
   bool clear
)

Parameters

clear
Whether to clear
See Also

Reference

SheetView Class
SheetView Members
Overload List