AutoFilterTop10
Overview
AutoFilterTop10 is a class in Aspose.Cells FOSS for .NET.
Represents auto filter top10.
This class provides 1 method for working with AutoFilterTop10 objects in .NET programs.
Available methods include: Clear.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Properties: Enabled, FilterValue, Percent, Top, Value.
Description
AutoFilterTop10 is a class in the Aspose.Cells FOSS library for .NET that exposes 1 method and 5 properties for programmatic use.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Enabled | bool | Read/Write | Gets or sets the enabled. |
Top | bool | Read/Write | Gets or sets the top. |
Percent | bool | Read/Write | Gets or sets the percent. |
Value | double? | Read/Write | Gets or sets the value. |
FilterValue | double? | Read/Write | Gets or sets the filter value. |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |