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