DdeValues Enumeration

DDE Value Types

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration DdeValues
'Usage
Dim instance As DdeValues
public enum DdeValues

Members

Member name Description
Nil Nil. When the item is serialized out as xml, its value is "nil".
Boolean Boolean. When the item is serialized out as xml, its value is "b".
RealNumber Real 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".
String String. When the item is serialized out as xml, its value is "str".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace