public function PHPExcel_Worksheet_HeaderFooter::getAlignWithMargins in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooter.php \PHPExcel_Worksheet_HeaderFooter::getAlignWithMargins()
Get AlignWithMargins
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ HeaderFooter.php, line 375
Class
- PHPExcel_Worksheet_HeaderFooter
- PHPExcel_Worksheet_HeaderFooter
Code
public function getAlignWithMargins() {
return $this->_alignWithMargins;
}