You are here

public function PHPExcel_Style_Fill::getSharedComponent in Loft Data Grids 7.2

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

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

Return value

PHPExcel_Style_Fill

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Fill.php, line 124

Class

PHPExcel_Style_Fill
PHPExcel_Style_Fill

Code

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