AutoFilterCustomFilter
Overview
AutoFilterCustomFilter is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterCustomFilter component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operator | AutoFilterModel.FilterOperatorType | Read | Returns the operator. |
value | String | Read | Returns the value. |
Methods
| Signature | Description |
|---|---|
getOperator() → AutoFilterModel.FilterOperatorType | Returns the operator. |
setOperator(operator: AutoFilterModel.FilterOperatorType) | Sets the operator. |
getValue() → String | Returns the value. |
setValue(value: String) | Sets the value. |