Class ExcelOleObjectParameters
Object containing additional parameters for OLE Objects.
Inheritance
Object
ExcelOleObjectParameters
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Boolean |
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 |
|---|---|
| Boolean |
ProgId
Use to set custom progId.
Declaration
public string ProgId
Field Value
| Type | Description |
|---|---|
| String |