AutoFilterColorFilter

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

NameTypeAccessDescription
EnabledboolRead/WriteGets or sets the enabled.
DifferentialStyleIdint?Read/WriteGets or sets the differential style id.
CellColorboolRead/WriteGets or sets the cell color.

Methods

SignatureDescription
Clear()Clears the current state.

See Also