Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / ValueType Enumeration


In This Topic
    ValueType Enumeration
    In This Topic
    Represents the type of evaluated value.
    Syntax
    'Declaration
     
    
    Public Enum ValueType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ValueType
    public enum ValueType : System.Enum 
    Members
    MemberDescription
    AdjustableReferenceIndicates the value type is reference which is declared in the formula
    ArrayReferenceIndicates the evaluated result of anchor operator (#)
    DateTimeIndicates the value type is DateTime.
    DelegateIndicates the value type is a delegate.
    EmptyIndicates there is no value returned.
    ErrorIndicates the value type is calculation error.
    ImageIndicates the cell inline image.
    IntegerIndicates the value type is integer number.
    LogicalIndicates the value type is boolean.
    MultiReferenceIndicates the value type is multi-reference.
    NumberIndicates the value type is numeric.
    ObjectIndicates the value type is general object.
    ReferenceIndicates the value type is reference (declared in the formula or be calculated)
    Reference3DIndicates the value type is 3D-Reference.
    TextIndicates the value type is string.
    TimeSpanIndicates the value type is TimeSpan.
    ValuesArrayIndicates the value type is array.
    Inheritance Hierarchy

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

    See Also