Represents the custom icon of conditional formatting rule. More...
Inherits Object.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte > > | GetImageData ()=0 |
Gets the icon set data. More... | |
virtual Aspose::Cells::IconSetType | GetType ()=0 |
Gets the icon set type. More... | |
virtual void | SetType (Aspose::Cells::IconSetType value)=0 |
Sets the icon set type. More... | |
virtual Aspose::Cells::Systems::Int32 | GetIndex ()=0 |
Gets the icon's index in the icon set. More... | |
virtual void | SetIndex (Aspose::Cells::Systems::Int32 value)=0 |
Sets the icon's index in the icon set. More... | |
Static Public Member Functions | |
static intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte > > | GetIconImageData (Aspose::Cells::IconSetType type, Aspose::Cells::Systems::Int32 index) |
Get the icon set data More... | |
Represents the custom icon of conditional formatting rule.
|
static |
Get the icon set data
type | icon's type |
index | icon's index |
|
pure virtual |
Gets the icon set data.
|
pure virtual |
Gets the icon's index in the icon set.
|
pure virtual |
Gets the icon set type.
|
pure virtual |
Sets the icon's index in the icon set.
|
pure virtual |
Sets the icon set type.