You are here

private property PHPExcel_Calculation::$_cyclicFormulaCount in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::_cyclicFormulaCount

* Current iteration counter for cyclic formulae * If the value is 0 (or less) then cyclic formulae will throw an exception, * otherwise they will iterate to the limit defined here before returning a result * * *

Type: integer

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php, line 207

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

private $_cyclicFormulaCount = 1;