AutoFilter.RemoveFilter

RemoveFilter(int, string)

Removes a filter for a filter column.

public void RemoveFilter(int fieldIndex, string criteria)
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).
criteriaStringThe specified criteria (a string; for example, “101”). It only can be null or be one of the cells’ value in this column.

See Also


RemoveFilter(int)

Remove the specific filter.

public void RemoveFilter(int fieldIndex)
ParameterTypeDescription
fieldIndexInt32The specific filter index

See Also