[]
Initializes a new instance of the StyleRowFilter class.
protected StyleRowFilter(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |
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 |