public function PHPExcel_Worksheet::setShowSummaryRight in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::setShowSummaryRight()
Set show summary right
Parameters
boolean $pValue Show summary right (true/false):
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 2215
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function setShowSummaryRight($pValue = true) {
$this->_showSummaryRight = $pValue;
return $this;
}