Class ExcelExternalDdeValue
- Namespace
- OfficeOpenXml.ExternalReferences
- Assembly
- EPPlus.dll
Represents a value for a DDE item.
public class ExcelExternalDdeValue
- Inheritance
-
ExcelExternalDdeValue
- Inherited Members
Constructors
ExcelExternalDdeValue()
public ExcelExternalDdeValue()
Properties
DdeValueType
The data type of the value
public eDdeValueType DdeValueType { get; }
Property Value
Value
The value of the item
public string Value { get; }