public function PHPExcel_Style_NumberFormat::getSharedComponent in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/NumberFormat.php \PHPExcel_Style_NumberFormat::getSharedComponent()
* Get the shared style component for the currently active cell in currently active sheet. * Only used for style supervisor * *
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Style/ NumberFormat.php, line 133
Class
- PHPExcel_Style_NumberFormat
- PHPExcel_Style_NumberFormat
Code
public function getSharedComponent() {
return $this->_parent
->getSharedComponent()
->getNumberFormat();
}