Aspose::Cells::IconFilter class
Contents
[
Hide
]IconFilter class
Represents icon filter.
class IconFilter
Methods
Method | Description |
---|---|
GetIconId() | Gets and sets Zero-based index of an icon in an icon set. |
GetIconSetType() | Gets and sets which icon set is used in the filter criteria. |
IconFilter(IconFilter_Impl* impl) | Constructs from an implementation object. |
IconFilter(const Aspose::Cells::Object& obj) | Constructs from an Object convertible to this. |
IconFilter(const IconFilter& src) | Copy constructor. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const IconFilter& src) | operator= |
SetIconId(int32_t value) | Gets and sets Zero-based index of an icon in an icon set. |
SetIconSetType(IconSetType value) | Gets and sets which icon set is used in the filter criteria. |
ToObject() | Gets the Object. |
~IconFilter() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++