| 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 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)