AutoFilterTop10
Overview
AutoFilterTop10 is a class in Aspose.Cells for NET.
AutoFilterTop10.Clear resets the top‑10 filter settings to their default state.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Enabled | bool | Read/Write | Indicates whether the top‑10 filter is currently enabled |
Top | bool | Read/Write | Gets or sets whether the filter selects the top (true) or bottom (false) values |
Percent | bool | Read/Write | Determines whether the filter uses a percentage threshold instead of a count |
Value | double? | Read/Write | Holds the numeric count or percentage used by the filter; it may be null |
FilterValue | double? | Read/Write | Contains the actual threshold value applied by the filter; it may be null |
Methods
| Signature | Description |
|---|---|
Clear() | Resets the top‑10 filter settings to their default state |