Class ExcelExternalDdeLink
- Namespace
- OfficeOpenXml.ExternalReferences
- Assembly
- EPPlus.dll
Represents an external DDE link.
public class ExcelExternalDdeLink : ExcelExternalLink
- Inheritance
-
ExcelExternalDdeLink
- Inherited Members
Properties
DdeItems
A collection of ExcelExternalDdeItem
public ExcelExternalDdeItemCollection DdeItems { get; }
Property Value
DdeService
Service name for the DDE connection
public string DdeService { get; }
Property Value
DdeTopic
Topic for DDE server.
public string DdeTopic { get; }
Property Value
ExternalLinkType
The type of external link
public override eExternalLinkType ExternalLinkType { get; }