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.

Description

AutoFilterCustomFilterModel is a class in the Aspose.Cells FOSS library for Java that exposes 4 methods and 2 properties for programmatic use.

Core capabilities include: string; string; sets the operator. These operations enable developers to integrate autofiltercustomfiltermodel functionality directly into Java applications.

The class also provides the operator property (returns the operator), the value property (returns the 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

 English