Aspose::Cells::CustomFilterCollection::Custom method

CustomFilterCollection::Custom method

Filters a list with custom criteria.

void Aspose::Cells::CustomFilterCollection::Custom(FilterOperatorType operatorType1, const Aspose::Cells::Object &criteria1, bool isAnd, FilterOperatorType operatorType2, const Aspose::Cells::Object &criteria2)
ParameterTypeDescription
operatorType1FilterOperatorTypeThe filter operator type
criteria1const Aspose::Cells::Object&The custom criteria
isAndbool
operatorType2FilterOperatorTypeThe filter operator type
criteria2const Aspose::Cells::Object&The custom criteria

Remarks

(from the left of the list; the leftmost field is field 0).

See Also