AutoFilterDynamicFilter
Overview
AutoFilterDynamicFilter is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterDynamicFilter component.
This class provides 9 methods for working with AutoFilterDynamicFilter objects in Java programs.
Available methods include: clear, getMaxValue, getType, getValue, isEnabled, setEnabled, setMaxValue, setType, setValue.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: enabled, maxValue, type, value.
Description
AutoFilterDynamicFilter is a class in the Aspose.Cells FOSS library for Java that exposes 9 methods and 4 properties for programmatic use.
Core capabilities include: boolean; string; double. These operations enable developers to integrate autofilterdynamicfilter functionality directly into Java applications.
The class also provides the enabled property (indicates whether enabled), the type property (returns the type), the value property (returns the value).
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(enabled: boolean) | Sets the enabled. |
getType() → String | Returns the type. |
setType(type: String) | Sets the type. |
getValue() → Double | Returns the value. |
setValue(value: Double) | Sets the value. |
getMaxValue() → Double | Returns the max value. |
setMaxValue(maxValue: Double) | Sets the max value. |
clear() | Clears the current state maintained by this object. |