FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > HideRowFilter Class > HideRowFilter Constructor : HideRowFilter Constructor(SheetView) |
'Usage Dim sheetView As SheetView Dim instance As New HideRowFilter(sheetView)
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
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