Show / Hide Table of Contents

Class ExcelExternalOleLink

Represents an external DDE link.

Inheritance
object
ExcelExternalLink
ExcelExternalOleLink
Inherited Members
ExcelExternalLink.As
ExcelExternalLink.ToString()
ExcelExternalLink.Index
ExcelExternalLink.ErrorLog
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalOleLink : ExcelExternalLink

Properties

ExternalLinkType

The type of external link.

Declaration
public override eExternalLinkType ExternalLinkType { get; }
Property Value
Type Description
eExternalLinkType
Overrides
ExcelExternalLink.ExternalLinkType

OleItems

A collection of OLE items

Declaration
public ExcelExternalOleItemsCollection OleItems { get; }
Property Value
Type Description
ExcelExternalOleItemsCollection

ProgId

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

Declaration
public string ProgId { get; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX