AutoFilterTop10Model
Overview
AutoFilterTop10Model is a class in Aspose.Cells for NET.
AutoFilterTop10Model.Clear() resets all top‑10 filter settings to their defaults.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Enabled | bool | Read/Write | Gets or sets a Boolean indicating if the top‑10 filter is enabled |
Top | bool | Read/Write | Specifies that the filter selects the top values when true, otherwise bottom values |
Percent | bool | Read/Write | Gets or sets a Boolean indicating if the filter uses a percentage threshold |
Value | double? | Read/Write | Gets or sets the numeric threshold for the top‑10 filter; null means unspecified |
FilterValue | double? | Read/Write | Stores the actual threshold value applied by the top‑10 filter, nullable |
Methods
| Signature | Description |
|---|---|
Clear() | Resets all top‑10 filter settings to their defaults |