public function PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getSpgr in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php \PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer::getSpgr()
* Get whether this is a group shape * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer/ SpgrContainer/ SpContainer.php, line 156
Class
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
- PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
Code
public function getSpgr() {
return $this->_spgr;
}