AutoFilterColorFilter
Overview
AutoFilterColorFilter is a class in Aspose.Cells FOSS for .NET.
Represents auto filter color filter.
This class provides 1 method for working with AutoFilterColorFilter objects in Go programs.
Available methods include: Clear.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: CellColor, DifferentialStyleId, Enabled.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Enabled | bool | Read/Write | Gets or sets the enabled. |
DifferentialStyleId | int? | Read/Write | Gets or sets the differential style id. |
CellColor | bool | Read/Write | Gets or sets the cell color. |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |