AutoFilterDynamicFilterModel

AutoFilterDynamicFilterModel

Overview

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

Represents the AutoFilterDynamicFilterModel component.

Properties

NameTypeAccessDescription
enabledbooleanReadIndicates whether enabled.
typeStringReadReturns the type.
valueDoubleReadReturns the value.
maxValueDoubleReadReturns the max value.

Methods

SignatureDescription
isEnabled()booleanIndicates whether enabled.
setEnabled(value: boolean)Sets the enabled.
getType()StringReturns the type.
setType(value: String)Sets the type.
getValue()DoubleReturns the value.
setValue(value: Double)Sets the value.
getMaxValue()DoubleReturns the max value.
setMaxValue(value: Double)Sets the max value.
clear()Clears the current state maintained by this object.