Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / PrimitiveValueType Enumeration


PrimitiveValueType Enumeration
Represents the type of evaluated primitive value.
Syntax
'Declaration
 
Public Enum PrimitiveValueType 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrimitiveValueType
Members
MemberDescription
DateTimeIndicates the value type is DateTime which is introduced from Excel 2010.
EmptyIndicates there is no value returned.
ErrorIndicates the value type is calculation error.
LogicalIndicates the value type is boolean.
NumberIndicates the value type is numeric.
ObjectIndicates the value type if object.
TextIndicates the value type is string.
TimeSpanIndicates the value type is TimeSpan.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.CalcEngine.PrimitiveValueType

See Also