SpreadsheetGear 2023
ValueType Enumeration


SpreadsheetGear.CustomFunctions Namespace : ValueType Enumeration
Specifies the type of a value.
Syntax
'Declaration
 
Public Enum ValueType 
   Inherits System.Enum
'Usage
 
Dim instance As ValueType
public enum ValueType : System.Enum 
Members
MemberDescription
EmptySpecifies an empty value.
ErrorSpecifies an error.
LogicalSpecifies a logical (boolean) value.
NumberSpecifies a double precision floating point number.
TextSpecifies text.
VariantSpecifies that the type returned by a custom function is variable.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.CustomFunctions.ValueType

Requirements

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

See Also

Reference

SpreadsheetGear.CustomFunctions Namespace