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


In This Topic
    SpilledValueType Enumeration
    In This Topic
    Specifies the type of a cell value.
    Syntax
    'Declaration
     
    
    Public Enum SpilledValueType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SpilledValueType
    public enum SpilledValueType : System.Enum 
    Members
    MemberDescription
    DateTimeSpecifies a DateTime value.
    EmptySpecifies an empty (null) value.
    ErrorSpecifies a CalcError.
    LogicalSpecifies a logical (boolean) value.
    NumberSpecifies a double precision floating point number.
    TextSpecifies text.
    TimeSpanSpecifies a TimeSpan value.
    Inheritance Hierarchy

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

    See Also