'Declaration
Public Enum ValueType Inherits System.Enum
'Usage
Dim instance As ValueType
public enum ValueType : System.Enum
'Declaration
Public Enum ValueType Inherits System.Enum
'Usage
Dim instance As ValueType
public enum ValueType : System.Enum
Member | Description |
---|---|
Empty | Specifies an empty value. |
Error | Specifies an error. |
Logical | Specifies a logical (boolean) value. |
Number | Specifies a double precision floating point number. |
Text | Specifies text. |
Variant | Specifies that the type returned by a custom function is variable. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.CustomFunctions.ValueType
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