You are here

function PHPExcel_Worksheet_Protection::setFormatColumns in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Protection.php \PHPExcel_Worksheet_Protection::setFormatColumns()

Set FormatColumns

Parameters

boolean $pValue:

Return value

PHPExcel_Worksheet_Protection

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Protection.php, line 283

Class

PHPExcel_Worksheet_Protection
PHPExcel_Worksheet_Protection

Code

function setFormatColumns($pValue = false) {
  $this->_formatColumns = $pValue;
  return $this;
}