Spread for ASP.NET 10 Product Documentation
ClearRowFilter Method
Example 


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()
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Customizing User Filtering of Data

 

 


Copyright © GrapeCity, inc. All rights reserved.