AutoFilterTop10Model

AutoFilterTop10Model

Overview

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

Represents auto filter top10 model.

Properties

NameTypeAccessDescription
EnabledboolRead/Write
TopboolRead/WriteSpecifies if the filter selects the top values (true) or bottom values (false)
PercentboolRead/WriteDetermines whether the filter uses a percentage threshold
Valuedouble?Read/WriteHolds the numeric threshold for the top‑10 filter, or null if unset
FilterValuedouble?Read/WriteStores the computed filter criterion value, or null if not calculated

Methods

SignatureDescription
Clear()Clears the current state.

See Also