Aspose::Cells::CustomFilter class
CustomFilter class
Represents the custom filter.
class CustomFilter
Methods
| Method | Description |
|---|---|
| CustomFilter(CustomFilter_Impl* impl) | Constructs from an implementation object. |
| CustomFilter(const CustomFilter& src) | Copy constructor. |
| GetCriteria() | Gets and sets the criteria. |
| GetFilterOperatorType() | Gets and sets the filter operator type. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CustomFilter& src) | operator= |
| SetCriteria(const Aspose::Cells::Object& value) | Gets and sets the criteria. |
| SetCriteria(FilterOperatorType filterOperator, const Aspose::Cells::Object& criteria) | Sets the filter criteria. |
| SetFilterOperatorType(FilterOperatorType value) | Gets and sets the filter operator type. |
| ~CustomFilter() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++