You are here

public function PHPExcel_Style::getAlignment in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style.php \PHPExcel_Style::getAlignment()

Get Alignment

Return value

PHPExcel_Style_Alignment

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style.php, line 542

Class

PHPExcel_Style
PHPExcel_Style

Code

public function getAlignment() {
  return $this->_alignment;
}