filter方法
filter(self, field_index, criteria)
使用指定条件过滤列表。
def filter(self, field_index, criteria):
...
范围 | 类型 | 描述 |
---|---|---|
field_index | int | 过滤器所基于的字段的整数偏移量 (从列表左侧开始;最左边的字段是字段 0)。 |
criteria | str | 指定的条件(字符串;例如“101”)。 |
注意事项
Aspose.Cells 将删除此字段上的所有其他 filter 设置,作为 Ms Excel 97-2003。