SXVCellType enumeration
Office 2013 and later
Defines the SXVCellType enumeration.
Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Boolean | b. When the item is serialized out as xml, its value is "b". | |
| Number | n. When the item is serialized out as xml, its value is "n". | |
| Error | e. When the item is serialized out as xml, its value is "e". | |
| String | str. When the item is serialized out as xml, its value is "str". | |
| Date | d. When the item is serialized out as xml, its value is "d". | |
| Blank | bl. When the item is serialized out as xml, its value is "bl". |
Show: