You are here

public function PHPExcel_Worksheet_HeaderFooter::setScaleWithDocument 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::setScaleWithDocument()

Set ScaleWithDocument

Parameters

boolean $pValue:

Return value

PHPExcel_Worksheet_HeaderFooter

File

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

Class

PHPExcel_Worksheet_HeaderFooter
PHPExcel_Worksheet_HeaderFooter

Code

public function setScaleWithDocument($pValue = true) {
  $this->_scaleWithDocument = $pValue;
  return $this;
}