AutoFilterSortStateModel

AutoFilterSortStateModel

Overview

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

Represents auto filter sort state model.

Properties

NameTypeAccessDescription
ColumnSortboolRead/WriteIndicates whether column sorting is applied
CaseSensitiveboolRead/WriteIndicates if sorting is case‑sensitive
SortMethodstringRead/WriteGets or sets the name of the sorting method
RefstringRead/WriteGets or sets the cell range reference for the auto‑filter
ConditionsList<AutoFilterSortConditionModel>ReadHolds a list of AutoFilterSortConditionModel objects

Methods

SignatureDescription
AutoFilterSortStateModel()Creates a new instance of the sort state model
Clear()Clears the current state.
HasStoredState()if the condition is met; otherwise, .

See Also