Expand Minimize
This topic has not yet been rated - Rate this topic

CellValues enumeration

Cell Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
public enum CellValues
Member nameDescription
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.