AutoFilterCustomFilterModel
Overview
AutoFilterCustomFilterModel is a class in Aspose.Cells FOSS for C++.
Represents auto filter custom filter model.
This class provides 7 methods for working with AutoFilterCustomFilterModel objects in C++ programs.
Available methods include: AutoFilterCustomFilterModel, GetOperator, GetValue, SetOperator, SetValue.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
AutoFilterCustomFilterModel() | Calls AutoFilterCustomFilterModel on this AutoFilterCustomFilterModel instance. |
GetOperator() → std::string | Gets or sets the operator. |
SetOperator(value: std::string) | Sets the operator value. |
SetOperator(value: std::string) | Sets the operator value. |
GetValue() → std::string | Gets or sets the value. |
SetValue(value: std::string) | Sets the value value. |
SetValue(value: std::string) | Sets the value value. |