Aspose::Cells::Top10Filter class
Contents
[
Hide
]Top10Filter class
Represents the top 10 filter.
class Top10Filter
Methods
Method | Description |
---|---|
GetCriteria() | |
GetItems() | Gets and sets the items of the filter. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsPercent() | Indicates whether the items is percent. |
IsTop() | Indicates whether it’s top filter. |
explicit operator bool() const | operator bool() |
operator=(const Top10Filter& src) | operator= |
SetCriteria(const Aspose::Cells::Object& value) | |
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. |
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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++