AutoFilterColorFilter

AutoFilterColorFilter

Overview

AutoFilterColorFilter is a class in Aspose.Cells FOSS for C++.

Represents auto filter color filter.

Methods

SignatureDescription
GetEnabled()boolGets or sets a value indicating whether enabled.
SetEnabled(value: bool)
GetDifferentialStyleId()std::optional<int>Gets or sets the differential style id.
SetDifferentialStyleId(value: std::optional<int>)
GetCellColor()boolGets or sets a value indicating whether cell color.
SetCellColor(value: bool)
Clear()Clears the current state.

See Also