AutoFilterTop10Model
Overview
AutoFilterTop10Model is a class in Aspose.Cells FOSS for .NET.
Represents auto filter top10 model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Enabled | bool | Read/Write | |
Top | bool | Read/Write | Specifies if the filter selects the top values (true) or bottom values (false) |
Percent | bool | Read/Write | Determines whether the filter uses a percentage threshold |
Value | double? | Read/Write | Holds the numeric threshold for the top‑10 filter, or null if unset |
FilterValue | double? | Read/Write | Stores the computed filter criterion value, or null if not calculated |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |