Spread for ASP.NET 10 Product Documentation
HideRowFilter Constructor(SheetView)
Example 


SheetView object that contains the sheet
Creates a new row filter for the specified sheet that hides rows that match the criteria.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView _
)
'Usage
 
Dim sheetView As SheetView
 
Dim instance As New HideRowFilter(sheetView)
public HideRowFilter( 
   SheetView sheetView
)

Parameters

sheetView
SheetView object that contains the sheet
Example
This example sets a row filter.
FarPoint.Web.Spread.HideRowFilter hider = new FarPoint.Web.Spread.HideRowFilter(FpSpread1.ActiveSheetView);
hider.AddColumn(2);
FpSpread1.ActiveSheetView.RowFilter = hider;
Dim hider As New FarPoint.Web.Spread.HideRowFilter(FpSpread1.ActiveSheetView)
hider.AddColumn(2)
FpSpread1.ActiveSheetView.RowFilter = hider
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

HideRowFilter Class
HideRowFilter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.