You are here

public function PHPExcel_Cell_DataValidation::setFormula1 in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DataValidation.php \PHPExcel_Cell_DataValidation::setFormula1()

Set Formula 1

Parameters

string $value:

Return value

PHPExcel_Cell_DataValidation

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DataValidation.php, line 190

Class

PHPExcel_Cell_DataValidation
PHPExcel_Cell_DataValidation

Code

public function setFormula1($value = '') {
  $this->_formula1 = $value;
  return $this;
}