public function PHPExcel_Worksheet_SheetView::getZoomScale in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/SheetView.php \PHPExcel_Worksheet_SheetView::getZoomScale()
* Get ZoomScale * *
Return value
int
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ SheetView.php, line 89
Class
- PHPExcel_Worksheet_SheetView
- PHPExcel_Worksheet_SheetView
Code
public function getZoomScale() {
return $this->_zoomScale;
}