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
Icon
If the linked object is represented by an icon
public bool Icon { get; }
Property Value
Name
The name of the OLE link item
public string Name { get; }
Property Value
PreferPicture
If the linked object is represented by an image.
public bool PreferPicture { get; }