Aspose::Cells::Top10Filter class

Top10Filter class

Represents the top 10 filter.

class Top10Filter

Methods

MethodDescription
GetItems()Gets and sets the items of the filter.
IsNull() constChecks whether the implementation object is nullptr.
IsPercent()Indicates whether the items is percent.
IsTop()Indicates whether it’s top filter.
explicit operator bool() constoperator bool()
operator=(const Top10Filter& src)operator=
SetIsPercent(bool value)Indicates whether the items is percent.
SetIsTop(bool value)Indicates whether it’s top filter.
SetItems(int32_t value)Gets and sets the items of the filter.
Top10Filter(Top10Filter_Impl* impl)Constructs from an implementation object.
Top10Filter(const IObject* obj)Constructs from an IObject convertible to this.
Top10Filter(const Top10Filter& src)Copy constructor.
~Top10Filter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also