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