Show / Hide Table of Contents

Class ExcelExternalOleLink

Represents an external DDE link.

Inheritance
System.Object
ExcelExternalLink
ExcelExternalOleLink
Inherited Members
ExcelExternalLink.As
ExcelExternalLink.ToString()
ExcelExternalLink.Index
ExcelExternalLink._errors
ExcelExternalLink.ErrorLog
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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
System.String
Back to top Generated by DocFX