Documentation

CellDataValidation

Table of Contents

$errorStyleMap  : array<string, int>
$operatorMap  : array<string, int>
$validationTypeMap  : array<string, int>
errorStyle()  : int
operator()  : int
type()  : int

Properties

$errorStyleMap

protected static array<string, int> $errorStyleMap = [PhpOfficePhpSpreadsheetCellDataValidation::STYLE_STOP => 0x0, PhpOfficePhpSpreadsheetCellDataValidation::STYLE_WARNING => 0x1, PhpOfficePhpSpreadsheetCellDataValidation::STYLE_INFORMATION => 0x2]

$operatorMap

protected static array<string, int> $operatorMap = [PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_BETWEEN => 0x0, PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_NOTBETWEEN => 0x1, PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_EQUAL => 0x2, PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_NOTEQUAL => 0x3, PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_GREATERTHAN => 0x4, PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_LESSTHAN => 0x5, PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_GREATERTHANOREQUAL => 0x6, PhpOfficePhpSpreadsheetCellDataValidation::OPERATOR_LESSTHANOREQUAL => 0x7]

$validationTypeMap

protected static array<string, int> $validationTypeMap = [PhpOfficePhpSpreadsheetCellDataValidation::TYPE_NONE => 0x0, PhpOfficePhpSpreadsheetCellDataValidation::TYPE_WHOLE => 0x1, PhpOfficePhpSpreadsheetCellDataValidation::TYPE_DECIMAL => 0x2, PhpOfficePhpSpreadsheetCellDataValidation::TYPE_LIST => 0x3, PhpOfficePhpSpreadsheetCellDataValidation::TYPE_DATE => 0x4, PhpOfficePhpSpreadsheetCellDataValidation::TYPE_TIME => 0x5, PhpOfficePhpSpreadsheetCellDataValidation::TYPE_TEXTLENGTH => 0x6, PhpOfficePhpSpreadsheetCellDataValidation::TYPE_CUSTOM => 0x7]

Methods

Search results