Class ExcelExternalOleLink
- Namespace
- OfficeOpenXml.ExternalReferences
- Assembly
- EPPlus.dll
Represents an external DDE link.
public class ExcelExternalOleLink : ExcelExternalLink
- Inheritance
-
ExcelExternalOleLink
- Inherited Members
Properties
ExternalLinkType
The type of external link.
public override eExternalLinkType ExternalLinkType { get; }
Property Value
OleItems
A collection of OLE items
public ExcelExternalOleItemsCollection OleItems { get; }
Property Value
ProgId
The id for the connection. This is the ProgID of the OLE object
public string ProgId { get; }