public function PHPExcel_Cell_DataValidation::setFormula2 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::setFormula2()
Set Formula 2
Parameters
string $value:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell/ DataValidation.php, line 210
Class
- PHPExcel_Cell_DataValidation
- PHPExcel_Cell_DataValidation
Code
public function setFormula2($value = '') {
$this->_formula2 = $value;
return $this;
}