Aspose::Cells::AutoFilter::Custom method

AutoFilter::Custom(int32_t, FilterOperatorType, const Aspose::Cells::Object&) method

Filters a list with a custom criteria.

void Aspose::Cells::AutoFilter::Custom(int32_t fieldIndex, FilterOperatorType operatorType1, const Aspose::Cells::Object &criteria1)
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).
operatorType1FilterOperatorTypeThe filter operator type
criteria1const Aspose::Cells::Object&The custom criteria

See Also

AutoFilter::Custom(int32_t, FilterOperatorType, const Aspose::Cells::Object&, bool, FilterOperatorType, const Aspose::Cells::Object&) method

Filters a list with custom criteria.

void Aspose::Cells::AutoFilter::Custom(int32_t fieldIndex, FilterOperatorType operatorType1, const Aspose::Cells::Object &criteria1, bool isAnd, FilterOperatorType operatorType2, const Aspose::Cells::Object &criteria2)
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).
operatorType1FilterOperatorTypeThe filter operator type
criteria1const Aspose::Cells::Object&The custom criteria
isAndbool
operatorType2FilterOperatorTypeThe filter operator type
criteria2const Aspose::Cells::Object&The custom criteria

See Also