ResetFilters

Worksheet.ResetFilters method

将过滤器类型重置为无

public void ResetFilters(int startFieldIndex, int endFildIndex)
范围类型描述
startFieldIndexInt32第一个字段索引,要应用的字段的整数偏移量,基于第一个过滤器 column (从列表的左侧开始;最左侧的字段是字段 0)。
endFildIndexInt32最后一个字段索引,要应用的字段的整数偏移量,基于第一个过滤器 column (从列表的左侧开始;最左侧的字段是字段 0)。

也可以看看