FilterColumn class
FilterColumn class
Represents a filter for a single column.
The FilterColumn type exposes the following members:
Properties
| Property | Description |
|---|---|
| is_dropdown_visible | Indicates whether the AutoFilter button for this column is visible. |
| filter | Gets and sets the condition of filtering data. |
| filter_type | Gets and sets the type fo filtering data. |
| multiple_filters | Gets MultipleFilterCollection for filtering data by labels or date time. |
| custom_filters | Gets CustomFilterCollection for filtering data by custom criteria. |
| color_filter | Gets ColorFilter for filtering data by color. |
| dynamic_filter | Gets DynamicFilter for filtering with dynamic criteria. |
| icon_filter | Gets IconFilter for filtering data by icon. |
| top_10_filter | Gets Top10Filter for filtering data by rank of data. |
| field_index | Gets and sets the column offset in the range. |
See Also
- module
aspose.cells - class
ColorFilter - class
CustomFilterCollection - class
DynamicFilter - class
IconFilter - class
MultipleFilterCollection - class
Top10Filter