Class ExcelExternalDdeValue
Represents a value for a DDE item.
Inheritance
System.Object
ExcelExternalDdeValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalDdeValue
Properties
DdeValueType
The data type of the value
Declaration
public eDdeValueType DdeValueType { get; }
Property Value
Type | Description |
---|---|
eDdeValueType |
Value
The value of the item
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |