public function PHPExcel_Worksheet_BaseDrawing::getHeight 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::getHeight()
Get Height
Return value
int
1 method overrides PHPExcel_Worksheet_BaseDrawing::getHeight()
- PHPExcel_Worksheet_HeaderFooterDrawing::getHeight in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ HeaderFooterDrawing.php - Get Height
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ BaseDrawing.php, line 339
Class
- PHPExcel_Worksheet_BaseDrawing
- PHPExcel_Worksheet_BaseDrawing
Code
public function getHeight() {
return $this->_height;
}