Click or drag to resize

MultipleFilterCollection RemoveFilter Method

Removes the specified filter from the collection.

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void RemoveFilter(
	string filter
)

Parameters

filter
Type: System String
The filter to be removed.
See Also