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