Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleRowFilter Class / StyleRowFilter Constructor / StyleRowFilter Constructor(SheetView)
SheetView object that contains the sheet
Example


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
    Example
    This example creates a row filter.
    See Also