| GrapeCity.Excel Namespace : CellType Enumeration | 
'Declaration Public Enum CellType Inherits System.Enum
'Usage Dim instance As CellType
public enum CellType : System.Enum
| Member | Description | 
|---|---|
| Array | the cell contains a array formula. | 
| Blank | the cell is empty | 
| Boolean | the type of the cell is boolean. that is to say, it's value is True or False. | 
| Datetime | the type of the cell is a date time or Time span | 
| Error | the value of the cell is a Calculation error. like #N/A, #REF! etc.. | 
| FormulaString | the cell contains formula | 
| Numeric | the type of the cell is number, such as double, float,integers etc. | 
| String | the type of the cell is a string | 
| Unknown | the type of the cell is not determined. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.CellType
Target Platforms: Windows Server 2012, Windows RT