Enum eDdeValueType
- Namespace
- OfficeOpenXml.ExternalReferences
- Assembly
- EPPlus.dll
The type of DDE value.
public enum eDdeValueType
Fields
Boolean = 0
The value is a boolean.
Error = 1
The value is an error.
Nil = 3
The value is nil.
Number = 2
The value is a real number.
String = 4
The value is a string.