Spread WPF 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
Arraythe cell contains a array formula.
Blankthe cell is empty
Booleanthe type of the cell is boolean. that is to say, it's value is True or False.
Datetimethe type of the cell is a date time or Time span
Errorthe value of the cell is a Calculation error. like #N/A, #REF! etc..
FormulaStringthe cell contains formula
Numericthe type of the cell is number, such as double, float,integers etc.
Stringthe type of the cell is a string
Unknownthe 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