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