FilterColumn
Overview
FilterColumn is a struct in Aspose.Cells FOSS for Rust.
Represents filter column.
This struct provides 16 methods for working with FilterColumn objects in Rust programs.
Available methods include: clear, color_filter, column_index, custom_filters, dynamic_filter, filters, get_color_filter, get_column_index, get_custom_filters, get_dynamic_filter, get_filters, get_hidden_button, and 4 additional methods.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
column_index() → u32 | Gets the column index. |
get_column_index() → u32 | Gets the column index. |
hidden_button() → bool | Gets a value indicating whether hidden button. |
get_hidden_button() → bool | Gets a value indicating whether hidden button. |
set_hidden_button(value: bool) | Sets a value indicating whether hidden button. |
filters() → FilterValueCollection<'_> | Gets the filters. |
get_filters() → FilterValueCollection<'_> | Gets the filters. |
custom_filters() → AutoFilterCustomFilterCollection<'_> | Gets the custom filters. |
get_custom_filters() → AutoFilterCustomFilterCollection<'_> | Gets the custom filters. |
color_filter() → AutoFilterColorFilter<'_> | Gets the color filter. |
get_color_filter() → AutoFilterColorFilter<'_> | Gets the color filter. |
dynamic_filter() → AutoFilterDynamicFilter<'_> | Gets the dynamic filter. |
get_dynamic_filter() → AutoFilterDynamicFilter<'_> | Gets the dynamic filter. |
top10() → AutoFilterTop10<'_> | Gets the top10. |
get_top10() → AutoFilterTop10<'_> | Gets the top10. |
clear() | Clears the current state. |