public function PHPExcel_Worksheet_PageMargins::getBottom in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/PageMargins.php \PHPExcel_Worksheet_PageMargins::getBottom()
Get Bottom
Return value
double
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ PageMargins.php, line 152
Class
- PHPExcel_Worksheet_PageMargins
- PHPExcel_Worksheet_PageMargins
Code
public function getBottom() {
return $this->_bottom;
}