IconSet Class
Contents
[
Hide
]IconSet class
Describe the IconSet conditional formatting rule.This conditional formatting rule applies icons to cellsaccording to their values.
type IconSet struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCfIcons | Get the |
GetCfvos | Get the CFValueObjects instance. |
GetType | Get or Set the icon set type to display.Setting the type will auto check if the current Cfvos’s count isaccord with the new type. If not accord, old Cfvos will be cleaned anddefault Cfvos will be added. |
SetType | Get or Set the icon set type to display.Setting the type will auto check if the current Cfvos’s count isaccord with the new type. If not accord, old Cfvos will be cleaned anddefault Cfvos will be added. |
IsCustom | Indicates whether the icon set is custom.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. |
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. |
GetReverse | Get or set the flag indicating whether to reverses the default order of the icons in this icon set.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. |