FilterColumnModel

FilterColumnModel

Overview

FilterColumnModel is a class in Aspose.Cells FOSS for .NET.

Represents filter column model.

Properties

NameTypeAccessDescription
ColumnIndexintRead/Write
HiddenButtonboolRead/WriteGets or sets whether the filter button is hidden
FiltersList<string>ReadGets the list of simple string filter values
CustomFiltersList<AutoFilterCustomFilterModel>ReadGets the list of custom filter definitions
CustomFiltersAndboolRead/WriteGets or sets whether custom filters are combined with AND logic
ColorFilterAutoFilterColorFilterModelReadGets or sets the color filter applied to the column
DynamicFilterAutoFilterDynamicFilterModelReadGets or sets the dynamic filter applied to the column
Top10AutoFilterTop10ModelReadGets or sets the top‑10 filter configuration for the column

Methods

SignatureDescription
FilterColumnModel()Initializes a new instance of the FilterColumnModel class
ClearCriteria()Performs clear criteria.
HasStoredState()if the condition is met; otherwise, .

See Also