Hello,

Petteri Larjos schrieb:

Question 2
com.sun.star.table.xcell method getError() returns long value. How do I get
error string which corresponds with getError() value?

The corresponding error text is application dependent. There is currently no way to get it from the error code. Maybe this list helps, it shows the mapping that Calc uses internally:

503 = #NUM!
519 = #VALUE!
521 = #NULL!
524 = #REF!
525 = #NAME?
532 = #DIV/0!
32767 = #N/A

Don't know if the last code really works but it is defined this way.


Regards
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to