public function PHPExcel_Worksheet_Drawing_Shadow::setBlurRadius in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php \PHPExcel_Worksheet_Drawing_Shadow::setBlurRadius()
Set Blur radius
Parameters
int $pValue:
Return value
PHPExcel_Worksheet_Drawing_Shadow
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ Drawing/ Shadow.php, line 151
Class
- PHPExcel_Worksheet_Drawing_Shadow
- PHPExcel_Worksheet_Drawing_Shadow
Code
public function setBlurRadius($pValue = 6) {
$this->_blurRadius = $pValue;
return $this;
}