AutoFilter.Filter
AutoFilter.Filter method
Filters a list with specified criteria.
public void Filter(int fieldIndex, string criteria)
Parameter | Type | Description |
---|---|---|
fieldIndex | Int32 | The 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). |
criteria | String | The 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
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells