'Declaration Public Class UltraCalcFunctionErrorType Inherits BuiltInFunctionBase
public class UltraCalcFunctionErrorType : BuiltInFunctionBase
ERRORTYPE(error_value)
Error_value is an UltraCalc error value resulting from the unsuccessful evaluation of an expression.
The ERRORTYPE function returns an error value of #N/A (Not Applicable) if you pass it an UltraCalc value that was not an error value.
Error_value | ERRORTYPE returns |
---|---|
#NULL! | 1 |
#DIV/0! | 2 |
#VALUE! | 3 |
#REF! | 4 |
#NAME? | 5 |
#NUM! | 6 |
#N/A! | 7 |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2