function PHPExcel_Worksheet_Protection::setInsertHyperlinks in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Protection.php \PHPExcel_Worksheet_Protection::setInsertHyperlinks()
Set InsertHyperlinks
Parameters
boolean $pValue:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ Protection.php, line 363
Class
- PHPExcel_Worksheet_Protection
- PHPExcel_Worksheet_Protection
Code
function setInsertHyperlinks($pValue = false) {
$this->_insertHyperlinks = $pValue;
return $this;
}