Documentation

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

$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

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

setCellFormula()

public setCellFormula(string|null $cellFormula) : self
Parameters
$cellFormula : string|null
Return values
self

setGreaterThanOrEqual()

public setGreaterThanOrEqual(bool|null $greaterThanOrEqual) : self
Parameters
$greaterThanOrEqual : bool|null
Return values
self

setValue()

public setValue(null|float|int|string $value) : self
Parameters
$value : null|float|int|string
Return values
self

        
On this page

Search results