[]
Serializable, Comparable<CalcError>, ConstableUse this enum when reading or assigning formula error values, such as #DIV/0!, #VALUE!, or #N/A.
Enum.EnumDesc<E extends Enum<E>>static CalcErrorforValue(int value) intgetValue()static CalcErrorstatic CalcError[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is nullvalue - The integer value representing the enum constant.