AutoFilterTop10

AutoFilterTop10

Overview

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

Represents the AutoFilterTop10 component.

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(enabled: boolean)Sets the enabled.
isTop()booleanIndicates whether top.
setTop(top: boolean)Sets the top.
isPercent()booleanIndicates whether percent.
setPercent(percent: boolean)Sets the percent.
getValue()DoubleReturns the value.
setValue(value: Double)Sets the value.
getFilterValue()DoubleReturns the filter value.
setFilterValue(filterValue: Double)Sets the filter value.
clear()Clears the current state maintained by this object.