AutoFilterTop10Model

AutoFilterTop10Model

Overview

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

Represents auto filter top10 model.

This class provides 12 methods for working with AutoFilterTop10Model objects in C++ programs. Available methods include: AutoFilterTop10Model, 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
AutoFilterTop10Model()Calls AutoFilterTop10Model on this AutoFilterTop10Model instance.
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