AutoFilterTop10

AutoFilterTop10

Overview

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

Represents auto filter top10.

Methods

SignatureDescription
GetEnabled()boolGets or sets a value indicating whether enabled.
SetEnabled(value: bool)
GetTop()boolGets or sets a value indicating whether top.
SetTop(value: bool)
GetPercent()boolGets or sets a value indicating whether percent.
SetPercent(value: bool)
GetValue()std::optional<double>Gets or sets the value.
SetValue(value: std::optional<double>)
GetFilterValue()std::optional<double>Gets or sets the filter value.
SetFilterValue(value: std::optional<double>)
Clear()Clears the current state.

See Also