public function PHPExcel_Comment::setAlignment in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Comment.php \PHPExcel_Comment::setAlignment()
Set Alignment
Parameters
string $pValue:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Comment.php, line 270
Class
- PHPExcel_Comment
- PHPExcel_Comment
Code
public function setAlignment($pValue = PHPExcel_Style_Alignment::HORIZONTAL_GENERAL) {
$this->_alignment = $pValue;
return $this;
}