Table of Contents

Class ExcelExternalDdeLink

Namespace
OfficeOpenXml.ExternalReferences
Assembly
EPPlus.dll

Represents an external DDE link.

public class ExcelExternalDdeLink : ExcelExternalLink
Inheritance
ExcelExternalDdeLink
Inherited Members

Properties

A collection of ExcelExternalDdeItem

public ExcelExternalDdeItemCollection DdeItems { get; }

Property Value

ExcelExternalDdeItemCollection

Service name for the DDE connection

public string DdeService { get; }

Property Value

string

Topic for DDE server.

public string DdeTopic { get; }

Property Value

string

The type of external link

public override eExternalLinkType ExternalLinkType { get; }

Property Value

eExternalLinkType