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