AutoFilterDynamicFilterModel

AutoFilterDynamicFilterModel

Overview

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

Represents auto filter dynamic filter model.

Properties

NameTypeAccessDescription
EnabledboolRead/WriteGets or sets whether the dynamic filter is active
TypestringRead/WriteGets or sets the filter type as a string identifier
Valuedouble?Read/WriteGets or sets the primary numeric value for the filter, nullable
MaxValuedouble?Read/WriteGets or sets the maximum numeric value for range filters, nullable

Methods

SignatureDescription
Clear()Clears the current state.

See Also