[]
Creates a new HideRowFilter from serialization.
protected HideRowFilter(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialization information |
StreamingContext | context | Streaming 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 |