AutoFilterTop10Model

AutoFilterTop10Model

Overview

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

Represents the AutoFilterTop10Model component.

This class provides 11 methods for working with AutoFilterTop10Model objects in Java programs. Available methods include: clear, getFilterValue, getValue, isEnabled, isPercent, isTop, setEnabled, setFilterValue, setPercent, setTop, setValue. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: enabled, filterValue, percent, top, value.

Properties

NameTypeAccessDescription
enabledbooleanReadIndicates whether enabled.
topbooleanReadIndicates whether top.
percentbooleanReadIndicates whether percent.
valueDoubleReadReturns the value.
filterValueDoubleReadReturns the filter value.

Methods

SignatureDescription
isEnabled()booleanIndicates whether enabled.
setEnabled(value: boolean)Sets the enabled.
isTop()booleanIndicates whether top.
setTop(value: boolean)Sets the top.
isPercent()booleanIndicates whether percent.
setPercent(value: boolean)Sets the percent.
getValue()DoubleReturns the value.
setValue(value: Double)Sets the value.
getFilterValue()DoubleReturns the filter value.
setFilterValue(value: Double)Sets the filter value.
clear()Clears the current state maintained by this object.

See Also