You are here

public function PHPExcel_Style_Alignment::getSharedComponent in Loft Data Grids 7.2

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

* Get the shared style component for the currently active cell in currently active sheet. * Only used for style supervisor * *

Return value

PHPExcel_Style_Alignment

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Alignment.php, line 137

Class

PHPExcel_Style_Alignment
PHPExcel_Style_Alignment

Code

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