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 Go programs.
Available methods include: Clear.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: Enabled, FilterValue, Percent, Top, Value.
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. |