You are here

public function PHPExcel_Worksheet_BaseDrawing::setRotation in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/BaseDrawing.php \PHPExcel_Worksheet_BaseDrawing::setRotation()

Set Rotation

Parameters

int $pValue:

Return value

PHPExcel_Worksheet_BaseDrawing

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/BaseDrawing.php, line 429

Class

PHPExcel_Worksheet_BaseDrawing
PHPExcel_Worksheet_BaseDrawing

Code

public function setRotation($pValue = 0) {
  $this->_rotation = $pValue;
  return $this;
}