AutoFilter.RemoveFilter
Contents
[
Hide
]RemoveFilter(int, string)
Removes a filter for a filter column.
public void RemoveFilter(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”). It only can be null or be one of the cells’ value in this column. |
See Also
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells
RemoveFilter(int)
Remove the specific filter.
public void RemoveFilter(int fieldIndex)
Parameter | Type | Description |
---|---|---|
fieldIndex | Int32 | The specific filter index |
See Also
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells