You are here

public function PHPExcel_CachedObjectStorage_ICache::isDataSet 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::isDataSet()

* Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell? * *

Parameters

string $pCoord Coordinate address of the cell to check: * @return boolean

File

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

Class

PHPExcel_CachedObjectStorage_ICache
PHPExcel_CachedObjectStorage_ICache

Code

public function isDataSet($pCoord);