Back to Devexpress

OleObjectEmbeddedContent.GetRawData() Method

officefileapi-devexpress-dot-spreadsheet-dot-oleobjectembeddedcontent.md

latest1.2 KB
Original Source

OleObjectEmbeddedContent.GetRawData() Method

Returns embedded OLE object content in raw binary format.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
byte[] GetRawData()
vb
Function GetRawData As Byte()

Returns

TypeDescription
Byte[]

OLE object content as an array of bytes.

|

See Also

Work with OLE Objects

OleObjectEmbeddedContent Interface

OleObjectEmbeddedContent Members

DevExpress.Spreadsheet Namespace