Spread Windows Forms 12.0 Product Documentation
PrimitiveValueType Enumeration


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace : PrimitiveValueType Enumeration
Represents the type of evaluated primitive value.
Syntax
'Declaration
 
Public Enum PrimitiveValueType 
   Inherits System.Enum
'Usage
 
Dim instance As PrimitiveValueType
public enum PrimitiveValueType : System.Enum 
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.
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

Reference

GrapeCity.CalcEngine Namespace