ConditionalFormatValueObject
Table of Contents
Properties
-
$cellFormula
: string|null
-
$type
: string
-
$value
: null|float|int|string
Methods
-
__construct()
: mixed
-
getCellFormula()
: string|null
-
getType()
: string
-
getValue()
: null|float|int|string
-
setCellFormula()
: self
-
setType()
: self
-
setValue()
: self
private
string|null
$cellFormula
$type
private
string
$type
$value
private
null|float|int|string
$value
__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
-
public
getCellFormula() : string|null
Return values
string|null
getType()
public
getType() : string
getValue()
public
getValue() : null|float|int|string
Return values
null|float|int|string
public
setCellFormula(string|null $cellFormula) : self
Parameters
-
$cellFormula
: string|null
-
setType()
public
setType(string $type) : self
Parameters
-
$type
: string
-
setValue()
public
setValue(null|float|int|string $value) : self
Parameters
-
$value
: null|float|int|string
-