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 .NET programs.
Available methods include: Clear.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Properties: CellColor, DifferentialStyleId, Enabled.
Description
AutoFilterColorFilter is a class in the Aspose.Cells FOSS library for .NET that exposes 1 method and 3 properties for programmatic use.
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. |