Skip to main content
All docs
V25.1
  • Row

    OleObjectInsertType Enum

    Lists how OLE objects can be stored within a worksheet.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public enum OleObjectInsertType

    Members

    Name Description
    Embedded

    The OLE object is embedded.

    Linked

    The OLE object is linked.

    Related API Members

    The following properties accept/return OleObjectInsertType values:

    Remarks

    For more information on how to work with OLE objects within a worksheet, refer to the following help topic: Work with OLE Objects.

    See Also