Table of Contents

Class ExcelExternalOleItem

Namespace
OfficeOpenXml.ExternalReferences
Assembly
EPPlus.dll

An OLE item in an external OLE link. Readonly.

public class ExcelExternalOleItem
Inheritance
ExcelExternalOleItem
Inherited Members

Constructors

ExcelExternalOleItem()

public ExcelExternalOleItem()

Properties

Advise

If the linked object should notify the application when the external data changes.

public bool Advise { get; }

Property Value

bool

Icon

If the linked object is represented by an icon

public bool Icon { get; }

Property Value

bool

Name

The name of the OLE link item

public string Name { get; }

Property Value

string

PreferPicture

If the linked object is represented by an image.

public bool PreferPicture { get; }

Property Value

bool