Aspose::Cells::IconFilter class

IconFilter class

Represents icon filter.

class IconFilter

Methods

MethodDescription
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 IObject* obj)Constructs from an IObject convertible to this.
IconFilter(const IconFilter& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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.
~IconFilter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also