Class ExcelExternalOleItem
An OLE item in an external OLE link. Readonly.
Inheritance
Object
ExcelExternalOleItem
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalOleItem
Properties
Advise
If the linked object should notify the application when the external data changes.
Declaration
public bool Advise { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Icon
If the linked object is represented by an icon
Declaration
public bool Icon { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Name
The name of the OLE link item
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
PreferPicture
If the linked object is represented by an image.
Declaration
public bool PreferPicture { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |