Class Excel2007Serializator.CellType
Represents the cell's data type.
Inheritance
System.Object
    Excel2007Serializator.CellType
  Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class CellType : EnumFields
b
Cell containing a boolean.
Declaration
public const Excel2007Serializator.CellType bField Value
| Type | 
|---|
| Excel2007Serializator.CellType | 
d
Cell containing a date.
Declaration
public const Excel2007Serializator.CellType dField Value
| Type | 
|---|
| Excel2007Serializator.CellType | 
e
Cell containing an error.
Declaration
public const Excel2007Serializator.CellType eField Value
| Type | 
|---|
| Excel2007Serializator.CellType | 
inlineStr
Cell containing an (inline) rich string.
Declaration
public const Excel2007Serializator.CellType inlineStrField Value
| Type | 
|---|
| Excel2007Serializator.CellType | 
n
Cell containing a number.
Declaration
public const Excel2007Serializator.CellType nField Value
| Type | 
|---|
| Excel2007Serializator.CellType | 
s
Cell containing a shared string.
Declaration
public const Excel2007Serializator.CellType sField Value
| Type | 
|---|
| Excel2007Serializator.CellType | 
str
Cell containing a formula string.
Declaration
public const Excel2007Serializator.CellType strField Value
| Type | 
|---|
| Excel2007Serializator.CellType |