[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleRowFilter.-ctor

StyleRowFilter Constructor

StyleRowFilter()

Creates a new style row filter with default values.

Declaration
public StyleRowFilter()
Public Sub New()

StyleRowFilter(SheetView)

Creates a new style row filter for the specified sheet.

Declaration
public StyleRowFilter(SheetView sheetView)
Public Sub New(sheetView As SheetView)
Parameters
Type Name Description
SheetView sheetView

SheetView object that contains the sheet

StyleRowFilter(SheetView, NamedStyle, NamedStyle)

Creates a new style row filter for the specified sheet with specified styles.

Declaration
public StyleRowFilter(SheetView sheetView, NamedStyle inStyle, NamedStyle outStyle)
Public Sub New(sheetView As SheetView, inStyle As NamedStyle, outStyle As NamedStyle)
Parameters
Type Name Description
SheetView sheetView

SheetView object that contains the sheet

NamedStyle inStyle

Style for items filtered in

NamedStyle outStyle

Style for items filtered out