Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleRowFilter Class / StyleRowFilter Constructor / StyleRowFilter Constructor(SheetView,NamedStyle,NamedStyle)
SheetView object that contains the sheet
Style for items filtered in
Style for items filtered out


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

    Parameters

    sheetView
    SheetView object that contains the sheet
    inStyle
    Style for items filtered in
    outStyle
    Style for items filtered out
    See Also