Table of Contents

Class ExcelExternalOleLink

Namespace
OfficeOpenXml.ExternalReferences
Assembly
EPPlus.dll

Represents an external DDE link.

public class ExcelExternalOleLink : ExcelExternalLink
Inheritance
ExcelExternalOleLink
Inherited Members

Properties

The type of external link.

public override eExternalLinkType ExternalLinkType { get; }

Property Value

eExternalLinkType

A collection of OLE items

public ExcelExternalOleItemsCollection OleItems { get; }

Property Value

ExcelExternalOleItemsCollection

The id for the connection. This is the ProgID of the OLE object

public string ProgId { get; }

Property Value

string