Class ExcelExternalOleLink
Represents an external DDE link.
Inherited Members
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
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 |