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