public function PHPExcel_Worksheet::getChartCount in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getChartCount()
Return the count of charts on this worksheet
Return value
int The number of charts
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 594
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getChartCount() {
return count($this->_chartCollection);
}