[]
Creates a new style row filter with default values.
public StyleRowFilter()
Public Sub New()
Creates a new style row filter for the specified sheet.
public StyleRowFilter(SheetView sheetView)
Public Sub New(sheetView As SheetView)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView object that contains the sheet |
Creates a new style row filter for the specified sheet with specified styles.
public StyleRowFilter(SheetView sheetView, NamedStyle inStyle, NamedStyle outStyle)
Public Sub New(sheetView As SheetView, inStyle As NamedStyle, outStyle As NamedStyle)
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 |