You are here

public function PHPExcel_Shared_Escher_DggContainer::setSpIdMax in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php \PHPExcel_Shared_Escher_DggContainer::setSpIdMax()

* Set maximum shape index of all shapes in all drawings (plus one) * *

Parameters

int:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php, line 94

Class

PHPExcel_Shared_Escher_DggContainer
PHPExcel_Shared_Escher_DggContainer

Code

public function setSpIdMax($value) {
  $this->_spIdMax = $value;
}