jxl.biff.formula
Class FormulaErrorCode
java.lang.Object
jxl.biff.formula.FormulaErrorCode
- public class FormulaErrorCode
- extends java.lang.Object
Enumeration for formula error codes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static FormulaErrorCode UNKNOWN
NULL
public static FormulaErrorCode NULL
DIV0
public static FormulaErrorCode DIV0
VALUE
public static FormulaErrorCode VALUE
REF
public static FormulaErrorCode REF
NAME
public static FormulaErrorCode NAME
NUM
public static FormulaErrorCode NUM
NA
public static FormulaErrorCode NA
getCode
public int getCode()
getDescription
public java.lang.String getDescription()
getErrorCode
public static FormulaErrorCode getErrorCode(int code)