public function PHPExcel_Worksheet_BaseDrawing::getCoordinates in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/BaseDrawing.php \PHPExcel_Worksheet_BaseDrawing::getCoordinates()
Get Coordinates
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ BaseDrawing.php, line 251
Class
- PHPExcel_Worksheet_BaseDrawing
- PHPExcel_Worksheet_BaseDrawing
Code
public function getCoordinates() {
return $this->_coordinates;
}