IconSet Class

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

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCfIconsGet the from the collection
GetCfvosGet the CFValueObjects instance.
GetTypeGet 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.
SetTypeGet 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.
IsCustomIndicates whether the icon set is custom.Default value is false.
GetShowValueGet or set the flag indicating whether to show the values of the cells on which this icon set is applied.Default value is true.
SetShowValueGet or set the flag indicating whether to show the values of the cells on which this icon set is applied.Default value is true.
GetReverseGet or set the flag indicating whether to reverses the default order of the icons in this icon set.Default value is false.
SetReverseGet or set the flag indicating whether to reverses the default order of the icons in this icon set.Default value is false.