public function PHPExcel_Shared_Escher_DgContainer::getLastSpId in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer.php \PHPExcel_Shared_Escher_DgContainer::getLastSpId()
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DgContainer.php, line 63
Class
- PHPExcel_Shared_Escher_DgContainer
- PHPExcel_Shared_Escher_DgContainer
Code
public function getLastSpId() {
return $this->_lastSpId;
}