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