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


In This Topic
    CellValueType Enumeration
    In This Topic
    Specifies the type of a cell value.
    Syntax
    'Declaration
     
    
    Public Enum CellValueType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellValueType
    public enum CellValueType : 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.
    ObjectSpecifies a general object.
    TextSpecifies text.
    TimeSpanSpecifies a TimeSpan value.
    Inheritance Hierarchy

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

    See Also