IconSet
IconSet class
Describe the IconSet conditional formatting rule. This conditional formatting rule applies icons to cells according to their values.
Methods
| Name | Description |
|---|---|
| getCfIcons() | Get theConditionalFormattingIcon from the collection |
| getCfvos() | Get the CFValueObjects instance. |
| getReverse() | Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is fal |
| getShowValue() | Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value |
| getType() | Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos’s count is accord with th |
| isCustom() | Indicates whether the icon set is custom. Default value is false. |
| setReverse() | Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is fal |
| setShowValue() | Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value |
| setType() | Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos’s count is accord with th |
getCfIcons()
Get theConditionalFormattingIcon from the collection
getCfvos()
Get the CFValueObjects instance.
getReverse()
Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false.
getShowValue()
Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true.
getType()
Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos’s count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. The value of the property is IconSetType integer constant.
isCustom()
Indicates whether the icon set is custom. Default value is false.
setReverse()
Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false.
setShowValue()
Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true.
setType()
Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos’s count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. The value of the property is IconSetType integer constant.