Show / Hide Table of Contents

Class ExcelExternalDdeValue

Represents a value for a DDE item.

Inheritance
object
ExcelExternalDdeValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string
In this article
Back to top Generated by DocFX