public function PHPExcel_Chart_Layout::getHeight in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php \PHPExcel_Chart_Layout::getHeight()
* Get Height * *
Return value
number
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Layout.php, line 282
Class
- PHPExcel_Chart_Layout
- PHPExcel_Chart_Layout
Code
public function getHeight() {
return $this->_height;
}