You are here

public function PHPExcel_Worksheet_Drawing_Shadow::setColor in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php \PHPExcel_Worksheet_Drawing_Shadow::setColor()

Set Color

Parameters

PHPExcel_Style_Color $pValue:

Return value

PHPExcel_Worksheet_Drawing_Shadow

Throws

PHPExcel_Exception

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php, line 232

Class

PHPExcel_Worksheet_Drawing_Shadow
PHPExcel_Worksheet_Drawing_Shadow

Code

public function setColor(PHPExcel_Style_Color $pValue = null) {
  $this->_color = $pValue;
  return $this;
}