AutoFilterCustomFilter

AutoFilterCustomFilter

Overview

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

Represents the AutoFilterCustomFilter component.

This class provides 4 methods for working with AutoFilterCustomFilter 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

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

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

The class also provides the operator property (returns the operator), the value property (returns the value).

Properties

NameTypeAccessDescription
operatorAutoFilterModel.FilterOperatorTypeReadReturns the operator.
valueStringReadReturns the value.

Methods

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

See Also

 English