|
| __construct (string $cellRange, bool $inverse=false) |
|
| __call (string $methodName, array $arguments) |
|
| getCellRange () |
|
| getCellRange () |
|
| getConditional () |
|
| getStopIfTrue () |
|
| getStopIfTrue () |
|
| getStyle () |
|
| getStyle () |
|
| setCellRange (string $cellRange) |
|
| setCellRange (string $cellRange) |
|
| setStopIfTrue (bool $stopIfTrue) |
|
| setStopIfTrue (bool $stopIfTrue) |
|
| setStyle (Style $style) |
|
| setStyle (Style $style) |
|
|
static | fromConditional (Conditional $conditional, string $cellRange='A1') |
|
static | reverseAdjustCellRef (string $condition, string $cellRange) |
|
|
| adjustConditionsForCellReferences (array $conditions) |
|
| cellConditionCheck (string $condition) |
|
| conditionCellAdjustment (array $matches) |
|
| getExpression () |
|
| inverse (bool $inverse) |
|
| setReferenceCellForExpressions (string $conditionalRange) |
|
| validateOperand (string $operand, string $operandValueType=Wizard::VALUE_TYPE_LITERAL) |
|
|
static | reverseCellAdjustment (array $matches, int $referenceColumn, int $referenceRow) |
|
|
string | $cellRange |
|
string | $expression |
|
bool | $inverse |
|
string | $referenceCell |
|
int | $referenceColumn |
|
int | $referenceRow |
|
bool | $stopIfTrue = false |
|
Style | $style = null |
|
const | EXPRESSIONS |
|
const | OPERATORS |
|
◆ __call()
PhpOffice\PhpSpreadsheet\Style\ConditionalFormatting\Wizard\Errors::__call |
( |
string | $methodName, |
|
|
array | $arguments ) |
◆ fromConditional()
static PhpOffice\PhpSpreadsheet\Style\ConditionalFormatting\Wizard\Errors::fromConditional |
( |
Conditional | $conditional, |
|
|
string | $cellRange = 'A1' ) |
|
static |
◆ getConditional()
PhpOffice\PhpSpreadsheet\Style\ConditionalFormatting\Wizard\Errors::getConditional |
( |
| ) |
|
◆ EXPRESSIONS
const PhpOffice\PhpSpreadsheet\Style\ConditionalFormatting\Wizard\Errors::EXPRESSIONS |
|
protected |
Initial value:= [
Wizard::NOT_ERRORS => 'NOT(ISERROR(%s))',
Wizard::ERRORS => 'ISERROR(%s)',
]
◆ OPERATORS
const PhpOffice\PhpSpreadsheet\Style\ConditionalFormatting\Wizard\Errors::OPERATORS |
|
protected |
Initial value:= [
'notError' => false,
'isError' => true,
]
The documentation for this class was generated from the following file:
- lib/phpspreadsheet/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php