MT
Michel T Dallaire
November 16, 2004 03:12 PM UTC
I forgot to say it''s in the CalcQuick
AD
Administrator
Syncfusion Team
November 16, 2004 04:21 PM UTC
We will add support for something of this nature. There is actually a CalcEngine.RetrowParseExceptions property, but there is no implementation yet.
MT
Michel T Dallaire
November 16, 2004 05:07 PM UTC
ok.
I have no need for all the functions of the calcengine, except for the add/remove formulas.
do you think it would be hard to implement to add new formulas in the CalcQuick?
It''s because we use it in automated scripts which are not grid and with no visual features.
AD
Administrator
Syncfusion Team
November 16, 2004 05:12 PM UTC
If you derive the CalcQuick class, you can then access the protected Engine member. This gives you access to the CalcEngine object, and from there, you can add/remove functions as you see fit.
MT
Michel T Dallaire
November 16, 2004 07:05 PM UTC
I tried it, and it works!!!!! Awesome!
Hey guys! I was waiting for a component like that since more than 2 years. All the other I found, tried and paid were not coming near yours.
Good work.