ConditionalFormatValueObject
in package
Table of Contents
Properties
- $cellFormula : string|null
- $greaterThanOrEqual : bool|null
- For icon sets, determines whether this threshold value uses the greater than or equal to operator. False indicates 'greater than' is used instead of 'greater than or equal to'.
- $type : string
- $value : null|float|int|string
Methods
- __construct() : mixed
- getCellFormula() : string|null
- getGreaterThanOrEqual() : bool|null
- getType() : string
- getValue() : null|float|int|string
- setCellFormula() : self
- setGreaterThanOrEqual() : self
- setType() : self
- setValue() : self
Properties
$cellFormula
private
string|null
$cellFormula
$greaterThanOrEqual
For icon sets, determines whether this threshold value uses the greater than or equal to operator. False indicates 'greater than' is used instead of 'greater than or equal to'.
private
bool|null
$greaterThanOrEqual
= null
$type
private
string
$type
$value
private
null|float|int|string
$value
Methods
__construct()
public
__construct(string $type[, null|float|int|string $value = null ][, string|null $cellFormula = null ]) : mixed
Parameters
- $type : string
- $value : null|float|int|string = null
- $cellFormula : string|null = null
getCellFormula()
public
getCellFormula() : string|null
Return values
string|nullgetGreaterThanOrEqual()
public
getGreaterThanOrEqual() : bool|null
Return values
bool|nullgetType()
public
getType() : string
Return values
stringgetValue()
public
getValue() : null|float|int|string
Return values
null|float|int|stringsetCellFormula()
public
setCellFormula(string|null $cellFormula) : self
Parameters
- $cellFormula : string|null
Return values
selfsetGreaterThanOrEqual()
public
setGreaterThanOrEqual(bool|null $greaterThanOrEqual) : self
Parameters
- $greaterThanOrEqual : bool|null
Return values
selfsetType()
public
setType(string $type) : self
Parameters
- $type : string
Return values
selfsetValue()
public
setValue(null|float|int|string $value) : self
Parameters
- $value : null|float|int|string