public function PHPExcel_Chart::setBottomRightCell in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setBottomRightCell()
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 542
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function setBottomRightCell($cell) {
$this->_bottomRightCellRef = $cell;
return $this;
}