public function PHPExcel_Worksheet_BaseDrawing::setDescription in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/BaseDrawing.php \PHPExcel_Worksheet_BaseDrawing::setDescription()
Set Description
Parameters
string $pValue:
Return value
PHPExcel_Worksheet_BaseDrawing
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ BaseDrawing.php, line 196
Class
- PHPExcel_Worksheet_BaseDrawing
- PHPExcel_Worksheet_BaseDrawing
Code
public function setDescription($pValue = '') {
$this->_description = $pValue;
return $this;
}