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)
| Parameter | Type | Description |
|---|---|---|
| operatorType1 | FilterOperatorType | The filter operator type |
| criteria1 | const Aspose::Cells::Object& | The custom criteria |
| isAnd | bool | |
| operatorType2 | FilterOperatorType | The filter operator type |
| criteria2 | const Aspose::Cells::Object& | The custom criteria |
Remarks
(from the left of the list; the leftmost field is field 0).
See Also
- Class Vector
- Enum FilterOperatorType
- Class Object
- Class CustomFilterCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++