ConditionalIconSet
in package
Table of Contents
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
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