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 .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, MaxValue, Type, Value.
Description
AutoFilterDynamicFilter is a class in the Aspose.Cells FOSS library for .NET that exposes 1 method and 4 properties for programmatic use.
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. |