Click or drag to resize

MultipleFilterCollection Add Method (String)

Adds a filter to the BMfc 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 Add(
	string filter
)

Parameters

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