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.

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