You are here

function PHPExcel_DocumentSecurity::setLockStructure in Loft Data Grids 7.2

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

Set LockStructure

Parameters

boolean $pValue:

Return value

PHPExcel_DocumentSecurity

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentSecurity.php, line 132

Class

PHPExcel_DocumentSecurity
PHPExcel_DocumentSecurity

Code

function setLockStructure($pValue = false) {
  $this->_lockStructure = $pValue;
  return $this;
}