Posted 30 January 2018, 10:36 am EST
Hi,
I tried to do following steps:
-
open https://www.grapecity.com/en/demos/spread/JS/InspectorSample/
-
execute following line in developer console:
GC.Spread.Sheets.CalcEngine.evaluateFormula(spread.getActiveSheet(), “ROW(AR25)”) -
observe that you will get correct value. i.e. 10
-
Now, click on any random cell in the sheet. and repeat step step 2.
-
Observe that the value it returns is not 10.
I think it is working good in spread v9.
How to fix it?
