AutoFilterColorFilter
Overview
AutoFilterColorFilter is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterColorFilter component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enabled | boolean | Read | Indicates whether enabled. |
differentialStyleId | Integer | Read | Returns the differential style id. |
cellColor | boolean | Read | Indicates whether cell color. |
Methods
| Signature | Description |
|---|---|
isEnabled() → boolean | Indicates whether enabled. |
setEnabled(enabled: boolean) | Sets the enabled. |
getDifferentialStyleId() → Integer | Returns the differential style id. |
setDifferentialStyleId(value: Integer) | Sets the differential style id. |
isCellColor() → boolean | Indicates whether cell color. |
setCellColor(cellColor: boolean) | Sets the cell color. |
clear() | Clears the current state maintained by this object. |