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