AutoFilterCustomFilterModel
Overview
AutoFilterCustomFilterModel is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterCustomFilterModel component.
This class provides 4 methods for working with AutoFilterCustomFilterModel objects in Java programs.
Available methods include: getOperator, getValue, setOperator, setValue.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: operator, value.
Description
AutoFilterCustomFilterModel is a class in the Aspose.Cells FOSS library for Java that exposes 4 methods and 2 properties for programmatic use.
Core capabilities include: string; string; sets the operator. These operations enable developers to integrate autofiltercustomfiltermodel functionality directly into Java applications.
The class also provides the operator property (returns the operator), the value property (returns the value).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operator | String | Read | Returns the operator. |
value | String | Read | Returns the value. |
Methods
| Signature | Description |
|---|---|
getOperator() → String | Returns the operator. |
setOperator(value: String) | Sets the operator. |
getValue() → String | Returns the value. |
setValue(value: String) | Sets the value. |