public function PHPExcel_Chart::getBottomRightCell in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::getBottomRightCell()
* Get the cell address where the bottom right of the chart is fixed * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 553
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function getBottomRightCell() {
return $this->_bottomRightCellRef;
}