Class ExcelOleObjectParameters
Object containing additional parameters for OLE Objects.
Inherited Members
Namespace: OfficeOpenXml.Drawing.OleObject
Assembly: EPPlus.dll
Syntax
public class ExcelOleObjectParameters
Fields
DisplayAsIcon
Set to display the object as in icon.
Declaration
public bool DisplayAsIcon
Field Value
| Type | Description |
|---|---|
| bool |
Icon
The icon for the object.
Declaration
public ExcelImage Icon
Field Value
| Type | Description |
|---|---|
| ExcelImage |
LinkToFile
True: File will be linked. False: File will be embedded.
Declaration
public bool LinkToFile
Field Value
| Type | Description |
|---|---|
| bool |
ProgId
Use to set custom progId.
Declaration
public string ProgId
Field Value
| Type | Description |
|---|---|
| string |