Enum Excel2007Serializator.CellType
Represents the cell's data type.
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum CellType
Fields
Name | Description |
---|---|
b | Cell containing a boolean. |
d | Cell containing a date. |
e | Cell containing an error. |
inlineStr | Cell containing an (inline) rich string. |
n | Cell containing a number. |
s | Cell containing a shared string. |
str | Cell containing a formula string. |