Aspose::Cells::Top10Filter class

Top10Filter class

Represents the top N (percent or number of items) to filter by.

class Top10Filter

Methods

MethodDescription
GetCriteria()(Deprecated) The actual cell value in the range which is used to perform the comparison for this filter. This is the cache value during the refresh process.
GetItems()Gets and sets top or bottom value to use as the filter criteria.
IsNull() constChecks whether the implementation object is nullptr.
IsPercent()Indicates whether or not to filter by percent value of the column.
IsTop()Indicates whether or not to filter by top order.
explicit operator bool() constoperator bool()
operator=(const Top10Filter& src)operator=
SetCriteria(const Aspose::Cells::Object& value)(Deprecated) The actual cell value in the range which is used to perform the comparison for this filter. This is the cache value during the refresh process.
SetIsPercent(bool value)Indicates whether or not to filter by percent value of the column.
SetIsTop(bool value)Indicates whether or not to filter by top order.
SetItems(int32_t value)Gets and sets top or bottom value to use as the filter criteria.
ToObject()Gets the Object.
Top10Filter(Top10Filter_Impl* impl)Constructs from an implementation object.
Top10Filter(const Aspose::Cells::Object& obj)Constructs from an Object convertible to this.
Top10Filter(const Top10Filter& src)Copy constructor.
~Top10Filter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also