public function PHPExcel_DocumentProperties::setTitle in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php \PHPExcel_DocumentProperties::setTitle()
Set Title
Parameters
string $pValue:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ DocumentProperties.php, line 257
Class
- PHPExcel_DocumentProperties
- PHPExcel_DocumentProperties
Code
public function setTitle($pValue = '') {
$this->_title = $pValue;
return $this;
}