AutoFilter
Overview
AutoFilter is a class in Aspose.Cells FOSS for C++.
Represents auto filter.
This class provides 5 methods for working with AutoFilter objects in C++ programs.
Available methods include: Clear, GetFilterColumns, GetRange, GetSortState, SetRange.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetRange() → std::string | Gets or sets the range. |
SetRange(value: std::string) | Sets the range value. |
GetFilterColumns() → FilterColumnCollection | Gets the filter columns. |
GetSortState() → AutoFilterSortState | Gets the sort state. |
Clear() | Clears the current state. |