AutoFilter
Overview
AutoFilter is a class in Aspose.Cells FOSS for .NET.
Represents auto filter.
This class provides 1 method for working with AutoFilter 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: FilterColumns, Range, SortState.
Description
AutoFilter is a class in the Aspose.Cells FOSS library for .NET that exposes 1 method and 3 properties for programmatic use.
The class also provides the FilterColumns property (gets the filter columns), the SortState property (gets the sort state).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Range | string | Read/Write | Gets or sets the range. |
FilterColumns | FilterColumnCollection | Read | Gets the filter columns. |
SortState | AutoFilterSortState | Read | Gets the sort state. |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |