Worksheet.ResetFilters

Worksheet.ResetFilters method

reset filter type to none

public void ResetFilters(int startFieldIndex, int endFildIndex)
ParameterTypeDescription
startFieldIndexInt32tht first field index, The integer offset of the field on which you want to apply ,based on the first filter column (from the left of the list; the leftmost field is field 0).
endFildIndexInt32tht last field index,The integer offset of the field on which you want to apply ,based on the first filter column (from the left of the list; the leftmost field is field 0).

See Also