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
)
 
Public Sub DynamicFilter ( 
	column As IAutoFilter,
	dynamicFilterType As DynamicFilterType
)
 
public:
void DynamicFilter(
	IAutoFilter^ column, 
	DynamicFilterType dynamicFilterType
)
 
member DynamicFilter : 
column : IAutoFilter * 
dynamicFilterType : DynamicFilterType -> unit 
 
 
 
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