Spread Windows Forms 12.0 Product Documentation
CellDataType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : CellDataType Enumeration
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

Reference

GrapeCity.Spreadsheet Namespace