You are here

public function PHPExcel_Style_Conditional::setStyle in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Conditional.php \PHPExcel_Style_Conditional::setStyle()

Set Style

Parameters

PHPExcel_Style $pValue:

Return value

PHPExcel_Style_Conditional

Throws

PHPExcel_Exception

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Conditional.php, line 244

Class

PHPExcel_Style_Conditional
PHPExcel_Style_Conditional

Code

public function setStyle(PHPExcel_Style $pValue = null) {
  $this->_style = $pValue;
  return $this;
}