public function PHPExcel_Chart::setWorksheet in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setWorksheet()
* Set Worksheet * *
Parameters
PHPExcel_Worksheet $pValue: * @throws PHPExcel_Chart_Exception * @return PHPExcel_Chart
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 221
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function setWorksheet(PHPExcel_Worksheet $pValue = null) {
$this->_worksheet = $pValue;
return $this;
}