AutoFilterCustomFilter
Overview
AutoFilterCustomFilter is a class in Aspose.Cells FOSS for C++.
Represents auto filter custom filter.
This class provides 4 methods for working with AutoFilterCustomFilter objects in C++ programs.
Available methods include: 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 |
|---|---|
GetOperator() → FilterOperatorType | Gets or sets the operator. |
SetOperator(value: FilterOperatorType) | Sets the operator value. |
GetValue() → std::string | Gets or sets the value. |
SetValue(value: std::string) | Sets the value value. |