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