FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HideRowFilter Class / HideRowFilter Constructor / HideRowFilter Constructor(SheetView)
SheetView object that contains the sheet


In This Topic
HideRowFilter Constructor(SheetView)
In This Topic
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)

Parameters

sheetView
SheetView object that contains the sheet
See Also