You are here

public function PHPExcel_CachedObjectStorage_ICache::copyCellCollection in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php \PHPExcel_CachedObjectStorage_ICache::copyCellCollection()

* Clone the cell collection * *

Parameters

PHPExcel_Worksheet $parent The new worksheet: * @return void

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php, line 102

Class

PHPExcel_CachedObjectStorage_ICache
PHPExcel_CachedObjectStorage_ICache

Code

public function copyCellCollection(PHPExcel_Worksheet $parent);