Spread Silverlight Documentation
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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.