Show / Hide Table of Contents

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
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
In this article
Back to top Generated by DocFX