You are here

public function PHPExcel_Worksheet::getDrawingCollection 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::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;
}