public function PHPExcel_Shared_Escher_DggContainer::setIDCLs in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php \PHPExcel_Shared_Escher_DggContainer::setIDCLs()
* Set identifier clusters. array(<drawingId> => <max shape id>, ...) * *
Parameters
array $pValue:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ Escher/ DggContainer.php, line 199
Class
- PHPExcel_Shared_Escher_DggContainer
- PHPExcel_Shared_Escher_DggContainer
Code
public function setIDCLs($pValue) {
$this->_IDCLs = $pValue;
}