AutoFilterCustomFilterModel

AutoFilterCustomFilterModel

Overview

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

Represents the AutoFilterCustomFilterModel component.

This class provides 4 methods for working with AutoFilterCustomFilterModel objects in Java programs. Available methods include: getOperator, getValue, setOperator, setValue. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: operator, value.

Properties

NameTypeAccessDescription
operatorStringReadReturns the operator.
valueStringReadReturns the value.

Methods

SignatureDescription
getOperator()StringReturns the operator.
setOperator(value: String)Sets the operator.
getValue()StringReturns the value.
setValue(value: String)Sets the value.

See Also