AutoFilterDynamicFilter
Overview
AutoFilterDynamicFilter is a class in Aspose.Cells FOSS for .NET.
Represents auto filter dynamic filter.
This class provides 1 method for working with AutoFilterDynamicFilter 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, MaxValue, Type, Value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Enabled | bool | Read/Write | Gets or sets the enabled. |
Type | string | Read/Write | Gets or sets the type. |
Value | double? | Read/Write | Gets or sets the value. |
MaxValue | double? | Read/Write | Gets or sets the max value. |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |