'Declaration
Public Enum ValueError Inherits System.Enum
'Usage
Dim instance As ValueError
public enum ValueError : System.Enum
'Declaration
Public Enum ValueError Inherits System.Enum
'Usage
Dim instance As ValueError
public enum ValueError : System.Enum
Member | Description |
---|---|
Div0 | Specifies division by zero. Displayed as #DIV/0!. |
NA | Some functions return NA in certain cases. Displayed as #N/A. |
Name | Specifies that an unknown defined name or unknown addin function was used. Displayed as #NAME?. |
None | Specifies no error. |
Null | Some functions return Null in certain cases. Displayed as #NULL!. |
Num | Specifies that an invalid number resulted from a calculation. Displayed as #NUM!. |
Ref | Specifies that an invalid or deleted references was used. Displayed as #REF!. |
Value | Specifies that an invalid value was specified for a function argument or operator. Displayed as #VALUE!. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.ValueError
Target Platforms: 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