Show / Hide Table of Contents

Class ExcelExternalDdeLink

Represents an external DDE link.

Inheritance
System.Object
ExcelExternalLink
ExcelExternalDdeLink
Inherited Members
ExcelExternalLink.As
ExcelExternalLink.ToString()
ExcelExternalLink.Index
ExcelExternalLink._errors
ExcelExternalLink.ErrorLog
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)
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalDdeLink : ExcelExternalLink

Properties

DdeItems

A collection of ExcelExternalDdeItem

Declaration
public ExcelExternalDdeItemCollection DdeItems { get; }
Property Value
Type Description
ExcelExternalDdeItemCollection

DdeService

Service name for the DDE connection

Declaration
public string DdeService { get; }
Property Value
Type Description
System.String

DdeTopic

Topic for DDE server.

Declaration
public string DdeTopic { get; }
Property Value
Type Description
System.String

ExternalLinkType

The type of external link

Declaration
public override eExternalLinkType ExternalLinkType { get; }
Property Value
Type Description
eExternalLinkType
Overrides
ExcelExternalLink.ExternalLinkType
Back to top Generated by DocFX