Aspose::Cells::AutoFilter::RemoveFilter method

AutoFilter::RemoveFilter(int32_t, const U16String&) method

Removes a filter for a filter column.

void Aspose::Cells::AutoFilter::RemoveFilter(int32_t fieldIndex, const U16String &criteria)
ParameterTypeDescription
fieldIndexint32_tThe 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).
criteriaconst U16String&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

AutoFilter::RemoveFilter(int32_t, const char16_t*) method

Removes a filter for a filter column.

void Aspose::Cells::AutoFilter::RemoveFilter(int32_t fieldIndex, const char16_t *criteria)
ParameterTypeDescription
fieldIndexint32_tThe 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).
criteriaconst char16_t*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

AutoFilter::RemoveFilter(int32_t) method

Remove the specific filter.

void Aspose::Cells::AutoFilter::RemoveFilter(int32_t fieldIndex)
ParameterTypeDescription
fieldIndexint32_tThe specific filter index

See Also