Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellDataType Enumeration


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
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