You are here

public function PHPExcel_Worksheet::getChartCollection in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getChartCollection()

Get collection of charts

Return value

PHPExcel_Chart[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 564

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getChartCollection() {
  return $this->_chartCollection;
}