AutoFilterCustomFilterModel

AutoFilterCustomFilterModel

Overview

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

Represents the AutoFilterCustomFilterModel component.

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.