The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Could it has an option TRUE/FALSE so that we can choose if errors will throw an exception (false mode) or the error message would be the formula result (true mode)?
It would be very usefull when using component via a COM interop.
ADAdministrator 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.
MTMichel T DallaireNovember 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.
ADAdministrator 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.
MTMichel T DallaireNovember 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.