ConditionalIconSet
in package
Table of Contents
Properties
- $cfvos : array<string|int, ConditionalFormatValueObject>
- $custom : bool|null
- If true, indicates that the icon set is a custom icon set.
- $iconSetType : IconSetValues|null
- The icon set to display.
- $reverse : bool|null
- If true, reverses the default order of the icons in this icon set.
- $showValue : bool|null
- Indicates whether to show the values of the cells on which this icon set is applied.
Methods
- getCfvos() : array<string|int, ConditionalFormatValueObject>
- Get the conditional format value objects.
- getCustom() : bool|null
- getIconSetType() : IconSetValues|null
- getReverse() : bool|null
- getShowValue() : bool|null
- setCfvos() : self
- Set the conditional format value objects.
- setCustom() : self
- setIconSetType() : self
- setReverse() : self
- setShowValue() : self
Properties
$cfvos
private
array<string|int, ConditionalFormatValueObject>
$cfvos
= []
$custom
If true, indicates that the icon set is a custom icon set.
private
bool|null
$custom
= null
If this value is "true", there MUST be the same number of cfIcon elements as cfvo elements. If this value is "false", there MUST be 0 cfIcon elements.
$iconSetType
The icon set to display.
private
IconSetValues|null
$iconSetType
= null
$reverse
If true, reverses the default order of the icons in this icon set.
private
bool|null
$reverse
= null
$showValue
Indicates whether to show the values of the cells on which this icon set is applied.
private
bool|null
$showValue
= null
Methods
getCfvos()
Get the conditional format value objects.
public
getCfvos() : array<string|int, ConditionalFormatValueObject>
Return values
array<string|int, ConditionalFormatValueObject>getCustom()
public
getCustom() : bool|null
Return values
bool|nullgetIconSetType()
public
getIconSetType() : IconSetValues|null
Return values
IconSetValues|nullgetReverse()
public
getReverse() : bool|null
Return values
bool|nullgetShowValue()
public
getShowValue() : bool|null
Return values
bool|nullsetCfvos()
Set the conditional format value objects.
public
setCfvos(array<string|int, ConditionalFormatValueObject> $cfvos) : self
Parameters
- $cfvos : array<string|int, ConditionalFormatValueObject>
Return values
selfsetCustom()
public
setCustom(bool $custom) : self
Parameters
- $custom : bool
Return values
selfsetIconSetType()
public
setIconSetType(IconSetValues $type) : self
Parameters
- $type : IconSetValues
Return values
selfsetReverse()
public
setReverse(bool $reverse) : self
Parameters
- $reverse : bool
Return values
selfsetShowValue()
public
setShowValue(bool $showValue) : self
Parameters
- $showValue : bool