Namespace EasyXLS.Constants
Class ErrorType
System.Object
EasyXLS.Constants.ErrorType
public class ErrorType
extends System.Object
This class contains the constants for possible errors.
-
Constant Summary
Modifier and TypeFieldDescriptionconst int
Division by zero.const int
Argument or function not available.const int
Wrong function or range name.const int
Intersection of two cell ranges is empty.const int
Value range overflow.const int
Illegal or deleted cell reference.const int
Wrong type of operand. -
Constructor Summary
-
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NULL
public const final int NULLIntersection of two cell ranges is empty. Embedded value is "0".- See Also:
- Constant Values
-
DIV0
public const final int DIV0Division by zero. Embedded value is "7".- See Also:
- Constant Values
-
VALUE
public const final int VALUEWrong type of operand. Embedded value is "15".- See Also:
- Constant Values
-
REF
public const final int REFIllegal or deleted cell reference. Embedded value is "23".- See Also:
- Constant Values
-
NAME
public const final int NAMEWrong function or range name. Embedded value is "29".- See Also:
- Constant Values
-
NUM
public const final int NUMValue range overflow. Embedded value is "36".- See Also:
- Constant Values
-
NA
public const final int NAArgument or function not available. Embedded value is "42".- See Also:
- Constant Values
-
-
Constructor Details
-
ErrorType
public ErrorType()
-