Aspose::Cells::CustomFilter::SetCriteria method

CustomFilter::SetCriteria(const Aspose::Cells::Object&) method

Gets and sets the criteria.

void Aspose::Cells::CustomFilter::SetCriteria(const Aspose::Cells::Object &value)

See Also

CustomFilter::SetCriteria(FilterOperatorType, const Aspose::Cells::Object&) method

Sets the filter criteria.

void Aspose::Cells::CustomFilter::SetCriteria(FilterOperatorType filterOperator, const Aspose::Cells::Object &criteria)
ParameterTypeDescription
filterOperatorFilterOperatorTypefilter operator type
criteriaconst Aspose::Cells::Object&filter criteria value

See Also