Surpress Error messsages

Hi,

What is the simplest way to suppress all error messages in all cells ?

Thanks.

Hi,


Please see the document:
http://www.aspose.com/docs/display/cellsnet/Use+Error+Checking+Options

The document provides an example for one error checking option (i.e…, “Numbers stored as text”) which will be suppressed. Well, you need to specify and disable all your possible error checking options by using ErrorCheckType enum to individually suppress errors one by one in your codes.

Thank you.