Skip to main content
All docs
V25.1
  • Row

    OleObject.AsEmbeddedContent() Method

    Returns an object to operate OLE object content of embedded insert type (InsertType is Embedded).

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    OleObjectEmbeddedContent AsEmbeddedContent()

    Returns

    Type Description
    OleObjectEmbeddedContent

    Used to work with embedded OLE object content.

    See Also