RemoveFilter

RemoveFilter(int, string)

删除过滤器列的过滤器。

public void RemoveFilter(int fieldIndex, string criteria)
范围类型描述
fieldIndexInt32您要作为过滤器基础的字段的整数偏移量 (从列表的左侧开始;最左侧的字段是字段0)。
criteriaString指定的条件(字符串;例如,“101”)。 它只能为空或为该列中单元格的值之一。

也可以看看


RemoveFilter(int)

移除特定过滤器。

public void RemoveFilter(int fieldIndex)
范围类型描述
fieldIndexInt32具体过滤指标

也可以看看