function PHPExcel_DocumentSecurity::setLockWindows in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentSecurity.php \PHPExcel_DocumentSecurity::setLockWindows()
Set LockWindows
Parameters
boolean $pValue:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ DocumentSecurity.php, line 152
Class
- PHPExcel_DocumentSecurity
- PHPExcel_DocumentSecurity
Code
function setLockWindows($pValue = false) {
$this->_lockWindows = $pValue;
return $this;
}