You are here

public function PHPExcel_Style_Font::getSharedComponent in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php \PHPExcel_Style_Font::getSharedComponent()

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

Return value

PHPExcel_Style_Font

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Font.php, line 149

Class

PHPExcel_Style_Font
PHPExcel_Style_Font

Code

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