You are here

public function PHPExcel::setProperties in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::setProperties()

Set properties

Parameters

PHPExcel_DocumentProperties $pValue:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 435

Class

PHPExcel
PHPExcel

Code

public function setProperties(PHPExcel_DocumentProperties $pValue) {
  $this->_properties = $pValue;
}