public function PHPExcel_Worksheet_RowDimension::setZeroHeight in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/RowDimension.php \PHPExcel_Worksheet_RowDimension::setZeroHeight()
* Set ZeroHeight * *
Parameters
bool $pValue: * @return PHPExcel_Worksheet_RowDimension
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ RowDimension.php, line 158
Class
- PHPExcel_Worksheet_RowDimension
- PHPExcel_Worksheet_RowDimension
Code
public function setZeroHeight($pValue = false) {
$this->_zeroHeight = $pValue;
return $this;
}