Skip to main content
All docs
V25.1
  • Row

    OleObjectEmbeddedContent.GetRawData() Method

    Returns embedded OLE object content in raw binary format.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    byte[] GetRawData()

    Returns

    Type Description
    Byte[]

    OLE object content as an array of bytes.

    See Also