Aspose::Cells::ConditionalFormattingIcon class

ConditionalFormattingIcon class

Represents the custom icon of conditional formatting rule.

class ConditionalFormattingIcon

Methods

MethodDescription
ConditionalFormattingIcon(ConditionalFormattingIcon_Impl* impl)Constructs from an implementation object.
ConditionalFormattingIcon(const ConditionalFormattingIcon& src)Copy constructor.
static GetIconImageData(IconSetType type, int32_t index)Get the icon set data.
GetImageData(const Cell& cell)Gets the image data with the setting of cell.
GetImageData()Gets the icon set data.
GetIndex()Gets and sets the icon’s index in the icon set.
GetType()Gets and sets the icon set type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ConditionalFormattingIcon& src)operator=
SetIndex(int32_t value)Gets and sets the icon’s index in the icon set.
SetType(IconSetType value)Gets and sets the icon set type.
~ConditionalFormattingIcon()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also