AutoFilterTop10

AutoFilterTop10

Overview

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

Represents auto filter top10.

This class provides 11 methods for working with AutoFilterTop10 objects in C++ programs. Available methods include: Clear, GetEnabled, GetFilterValue, GetPercent, GetTop, GetValue, SetEnabled, SetFilterValue, SetPercent, SetTop, SetValue. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

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

See Also

 English