Aspose::Cells::FilterType enum
FilterType enum
The filter type.
enum class FilterType
Values
| Name | Value | Description |
|---|---|---|
| ColorFilter | 0 | Filter by fill color of the cell. |
| CustomFilters | 1 | Custom filter type. |
| DynamicFilter | 2 | Dynamic filter type. |
| MultipleFilters | 3 | When multiple values are chosen to filter by, or when a group of date values are chosen to filter by, this element groups those criteria together. |
| IconFilter | 4 | Filter by icon of conditional formatting. |
| Top10 | 5 | Top 10 filter. |
| None | 6 | No filter. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++