Click or drag to resize

AutoFiltersCollection DynamicFilter Method (IAutoFilter, DynamicFilterType)

Applies a dynamic filter to the specified column.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void DynamicFilter(
	IAutoFilter column,
	DynamicFilterType dynamicFilterType
)

Parameters

column
Type: Spire.Xls.Core IAutoFilter
The column to which the dynamic filter will be applied.
dynamicFilterType
Type: Spire.Xls.Core.Spreadsheet.AutoFilter DynamicFilterType
The type of dynamic filter to apply.
See Also