AutoFilter.DynamicFilter

AutoFilter.DynamicFilter method

Adds a dynamic filter.

public void DynamicFilter(int fieldIndex, DynamicFilterType dynamicFilterType)
ParameterTypeDescription
fieldIndexInt32The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0).
dynamicFilterTypeDynamicFilterTypeDynamic filter type.

See Also