[]
protected HideRowFilter(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
Creates a new row filter for the specified sheet that hides rows that match the criteria.
public HideRowFilter(SheetView sheetView)
Public Sub New(sheetView As SheetView)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView object that contains the sheet |