public function PHPExcel_Worksheet::getDrawingCollection in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getDrawingCollection()
Get collection of drawings
Return value
PHPExcel_Worksheet_BaseDrawing[]
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 554
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getDrawingCollection() {
return $this->_drawingCollection;
}