AutoFilterModel

AutoFilterModel

Overview

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

Represents auto filter model.

Properties

NameTypeAccessDescription
RangestringRead/WriteGets or sets the address of the range to which the filter applies
FilterColumnsList<FilterColumnModel>ReadGets the list of column filter definitions
SortStateAutoFilterSortStateModelRead

Methods

SignatureDescription
AutoFilterModel()Creates a new instance of the auto‑filter model
Clear()Clears the current state.
HasStoredState()if the condition is met; otherwise, .

See Also