public function PHPExcel_Cell_DataValidation::setErrorStyle in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DataValidation.php \PHPExcel_Cell_DataValidation::setErrorStyle()
Set Error style
Parameters
string $value:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell/ DataValidation.php, line 250
Class
- PHPExcel_Cell_DataValidation
- PHPExcel_Cell_DataValidation
Code
public function setErrorStyle($value = PHPExcel_Cell_DataValidation::STYLE_STOP) {
$this->_errorStyle = $value;
return $this;
}