Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

HideRowFilter Class
HideRowFilter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.