filter method

filter

Filters a list with specified criteria.

def filter(self, field_index, criteria):
    ...
ParameterTypeDescription
field_indexintThe 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).
criteriastrThe specified criteria (a string; for example, “101”).

Remarks

Aspose.Cells will remove all other filter setting on this field as Ms Excel 97-2003.

See Also