public function PHPExcel_Shared_Escher_DggContainer::setCSpSaved in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php \PHPExcel_Shared_Escher_DggContainer::setCSpSaved()
* Set total number of shapes saved (including group shapes) * *
Parameters
int:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DggContainer.php, line 134
Class
- PHPExcel_Shared_Escher_DggContainer
- PHPExcel_Shared_Escher_DggContainer
Code
public function setCSpSaved($value) {
$this->_cSpSaved = $value;
}