Documentation

ConditionalFormatValueObject
in package

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

Properties

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

setValue()

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

        
On this page

Search results