| Visual Basic (Declaration) | |
|---|---|
Public Sub ClearRowFilter() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SheetView instance.ClearRowFilter() | |
| C# | |
|---|---|
public void ClearRowFilter() | |
This example clears the row filter.
| C# | Copy Code |
|---|---|
FpSpread1.Sheets[0].ClearRowFilter(); | |
| Visual Basic | Copy Code |
|---|---|
FpSpread1.Sheets(0).ClearRowFilter() | |
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
Reference
SheetView ClassSheetView Members