Spread for ASP.NET 11 Product Documentation
ClearRowFilter Method
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ClearRowFilter Method
Clears the row filter for this sheet.
Syntax
'Declaration
 
Public Sub ClearRowFilter() 
'Usage
 
Dim instance As SheetView
 
instance.ClearRowFilter()
public void ClearRowFilter()
Example
This example clears the row filter.
FpSpread1.Sheets[0].ClearRowFilter();
FpSpread1.Sheets(0).ClearRowFilter()
See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Customizing User Filtering of Data