Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellDataType Enumeration


In This Topic
    CellDataType Enumeration
    In This Topic
    Represents the data type of a cell in the ExpressionView.
    Syntax
    'Declaration
     
    
    Public Enum CellDataType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellDataType
    public enum CellDataType : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.CellDataType

    See Also