You are here

public function PHPExcel_CachedObjectStorage_ICache::deleteCacheData in Loft Data Grids 7.2

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

Delete a cell in cache identified by coordinate address

Parameters

string $pCoord Coordinate address of the cell to delete:

Throws

PHPExcel_Exception

File

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

Class

PHPExcel_CachedObjectStorage_ICache
PHPExcel_CachedObjectStorage_ICache

Code

public function deleteCacheData($pCoord);