AutoFilterDynamicFilterModel
Overview
AutoFilterDynamicFilterModel is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterDynamicFilterModel component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enabled | boolean | Read | Indicates whether enabled. |
type | String | Read | Returns the type. |
value | Double | Read | Returns the value. |
maxValue | Double | Read | Returns the max value. |
Methods
| Signature | Description |
|---|---|
isEnabled() → boolean | Indicates whether enabled. |
setEnabled(value: boolean) | Sets the enabled. |
getType() → String | Returns the type. |
setType(value: String) | Sets the type. |
getValue() → Double | Returns the value. |
setValue(value: Double) | Sets the value. |
getMaxValue() → Double | Returns the max value. |
setMaxValue(value: Double) | Sets the max value. |
clear() | Clears the current state maintained by this object. |