You are here

public function PHPExcel_Worksheet_HeaderFooter::setAlignWithMargins in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooter.php \PHPExcel_Worksheet_HeaderFooter::setAlignWithMargins()

Set AlignWithMargins

Parameters

boolean $pValue:

Return value

PHPExcel_Worksheet_HeaderFooter

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooter.php, line 385

Class

PHPExcel_Worksheet_HeaderFooter
PHPExcel_Worksheet_HeaderFooter

Code

public function setAlignWithMargins($pValue = true) {
  $this->_alignWithMargins = $pValue;
  return $this;
}