Documentation

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

$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.

$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

setCustom()

public setCustom(bool $custom) : self
Parameters
$custom : bool
Return values
self

setReverse()

public setReverse(bool $reverse) : self
Parameters
$reverse : bool
Return values
self

setShowValue()

public setShowValue(bool $showValue) : self
Parameters
$showValue : bool
Return values
self

        
On this page

Search results