AutoFilterColorFilter

AutoFilterColorFilter

Overview

AutoFilterColorFilter is a class in Aspose.Cells FOSS for Java.

Represents the AutoFilterColorFilter component.

Properties

NameTypeAccessDescription
enabledbooleanReadIndicates whether enabled.
differentialStyleIdIntegerReadReturns the differential style id.
cellColorbooleanReadIndicates whether cell color.

Methods

SignatureDescription
isEnabled()booleanIndicates whether enabled.
setEnabled(enabled: boolean)Sets the enabled.
getDifferentialStyleId()IntegerReturns the differential style id.
setDifferentialStyleId(value: Integer)Sets the differential style id.
isCellColor()booleanIndicates whether cell color.
setCellColor(cellColor: boolean)Sets the cell color.
clear()Clears the current state maintained by this object.