AutoFilterDynamicFilter

AutoFilterDynamicFilter

Overview

AutoFilterDynamicFilter is a class in Aspose.Cells FOSS for C++.

Represents auto filter dynamic filter.

Methods

SignatureDescription
GetEnabled()boolGets or sets a value indicating whether enabled.
SetEnabled(value: bool)
GetType()std::stringGets or sets the type.
SetType(value: std::string)
GetValue()std::optional<double>Gets or sets the value.
SetValue(value: std::optional<double>)
GetMaxValue()std::optional<double>Gets or sets the max value.
SetMaxValue(value: std::optional<double>)
Clear()Clears the current state.

See Also