Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleRowFilter Class / StyleRowFilter Constructor / StyleRowFilter Constructor(SheetView)
SheetView object that contains the sheet


In This Topic
    StyleRowFilter Constructor(SheetView)
    In This Topic
    Creates a new style row filter for the specified sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView _
    )
    'Usage
     
    
    Dim sheetView As SheetView
     
    Dim instance As New StyleRowFilter(sheetView)
    public StyleRowFilter( 
       SheetView sheetView
    )

    Parameters

    sheetView
    SheetView object that contains the sheet
    See Also