AutoFilterDynamicFilter

AutoFilterDynamicFilter

Overview

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

Represents the AutoFilterDynamicFilter component.

This class provides 9 methods for working with AutoFilterDynamicFilter objects in Java programs. Available methods include: clear, getMaxValue, getType, getValue, isEnabled, setEnabled, setMaxValue, setType, setValue. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: enabled, maxValue, type, value.

Properties

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

Methods

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

See Also