AutoFilterTop10Model
Overview
AutoFilterTop10Model is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterTop10Model component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enabled | boolean | Read | Indicates whether enabled. |
top | boolean | Read | Indicates whether top. |
percent | boolean | Read | Indicates whether percent. |
value | Double | Read | Returns the value. |
filterValue | Double | Read | Returns the filter value. |
Methods
| Signature | Description |
|---|---|
isEnabled() → boolean | Indicates whether enabled. |
setEnabled(value: boolean) | Sets the enabled. |
isTop() → boolean | Indicates whether top. |
setTop(value: boolean) | Sets the top. |
isPercent() → boolean | Indicates whether percent. |
setPercent(value: boolean) | Sets the percent. |
getValue() → Double | Returns the value. |
setValue(value: Double) | Sets the value. |
getFilterValue() → Double | Returns the filter value. |
setFilterValue(value: Double) | Sets the filter value. |
clear() | Clears the current state maintained by this object. |