Spread Silverlight Documentation
CellType Enumeration


GrapeCity.Excel Namespace : CellType Enumeration
Define the type of the cell
Syntax
'Declaration
 
Public Enum CellType 
   Inherits System.Enum
'Usage
 
Dim instance As CellType
public enum CellType : System.Enum 
Members
MemberDescription
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.
Remarks
It not recommended to specify the cell type for a cell manually. Excel will figure out the property cell type during saving the file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.CellType

See Also

Reference

GrapeCity.Excel Namespace