Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / PrimitiveValueType Enumeration


In This Topic
    PrimitiveValueType Enumeration
    In This Topic
    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.
    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