function PHPExcel_DocumentSecurity::setLockStructure in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentSecurity.php \PHPExcel_DocumentSecurity::setLockStructure()
Set LockStructure
Parameters
boolean $pValue:
Return value
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;
}