You are here

public function PHPExcel_Worksheet_HeaderFooter::getAlignWithMargins in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.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;
}