CellValues Enumeration
Cell Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CellValues
'Usage
Dim instance As CellValues
public enum CellValues
Members
Member name | Description | |
---|---|---|
Boolean | Boolean. When the item is serialized out as xml, its value is "b". | |
Number | Number. When the item is serialized out as xml, its value is "n". | |
Error | Error. When the item is serialized out as xml, its value is "e". | |
SharedString | Shared String. When the item is serialized out as xml, its value is "s". | |
String | String. When the item is serialized out as xml, its value is "str". | |
InlineString | Inline String. When the item is serialized out as xml, its value is "inlineStr". | |
Date | d. When the item is serialized out as xml, its value is "d".This item is only available in Office2010. |