Aspose::Cells::ConditionalFormattingIcon class
Contents
[
Hide
]ConditionalFormattingIcon class
Represents the custom icon of conditional formatting rule.
class ConditionalFormattingIcon
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++