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
FieldsModifier and TypeFieldDescriptionconst intDivision by zero.const intArgument or function not available.const intWrong function or range name.const intIntersection of two cell ranges is empty.const intValue range overflow.const intIllegal or deleted cell reference.const intWrong type of operand. -
Constructor Summary
Constructors -
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:
-
DIV0
public const final int DIV0Division by zero. Embedded value is "7".- See Also:
-
VALUE
public const final int VALUEWrong type of operand. Embedded value is "15".- See Also:
-
REF
public const final int REFIllegal or deleted cell reference. Embedded value is "23".- See Also:
-
NAME
public const final int NAMEWrong function or range name. Embedded value is "29".- See Also:
-
NUM
public const final int NUMValue range overflow. Embedded value is "36".- See Also:
-
NA
public const final int NAArgument or function not available. Embedded value is "42".- See Also:
-
-
Constructor Details
-
ErrorType
public ErrorType()
-