FilterColumn
Overview
FilterColumn is a class in Aspose.Cells FOSS for C++.
Represents filter column.
This class provides 14 methods for working with FilterColumn objects in C++ programs.
Available methods include: Clear, GetColorFilter, GetColumnIndex, GetCustomFilters, GetDynamicFilter, GetFilters, GetHiddenButton, GetTop10, SetHiddenButton.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetColumnIndex() → int | Gets the column index. |
GetHiddenButton() → bool | Gets or sets a value indicating whether hidden button. |
SetHiddenButton(value: bool) | Sets the hidden button value. |
GetFilters() → FilterValueCollection | Gets the filters. |
GetFilters() → FilterValueCollection | Returns the filters. |
GetCustomFilters() → AutoFilterCustomFilterCollection | Gets the custom filters. |
GetCustomFilters() → AutoFilterCustomFilterCollection | Returns the custom filters. |
GetColorFilter() → AutoFilterColorFilter | Gets the color filter. |
GetColorFilter() → AutoFilterColorFilter | Returns the color filter. |
GetDynamicFilter() → AutoFilterDynamicFilter | Gets the dynamic filter. |
GetDynamicFilter() → AutoFilterDynamicFilter | Returns the dynamic filter. |
GetTop10() → AutoFilterTop10 | Gets the top10. |
GetTop10() → AutoFilterTop10 | Returns the top10. |
Clear() | Clears the current state. |