Version

UltraCalcErrorCode Enumeration

Enumeration of error codes assigned to UltraCalcErrorValue.
Syntax
'Declaration
 
Public Enum UltraCalcErrorCode 
   Inherits System.Enum
public enum UltraCalcErrorCode : System.Enum 
Members
MemberDescription
CircularityOccurs when a circularity formula is used when circularities are not allowed.
DivOccurs when a number is divided by zero (0)
NAOccurs when @NA is entered into a formula
NumOccurs with invalid numeric values in a formula or function
ReferenceOccurs when an invalid or disconnected reference is encountered while evaluating a formula
ValueOccurs when the wrong type of argument or operand is used in a formula
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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

See Also