Back to Devexpress

SpreadsheetControl.LoadDocument(Byte[], DocumentFormat) Method

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-dot-loaddocument-x28-system-dot-byte-devexpress-dot-spreadsheet-dot-documentformat-x29.md

latest2.2 KB
Original Source

SpreadsheetControl.LoadDocument(Byte[], DocumentFormat) Method

Loads a document from a byte array.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public bool LoadDocument(
    byte[] buffer,
    DocumentFormat format
)
vb
Public Function LoadDocument(
    buffer As Byte(),
    format As DocumentFormat
) As Boolean

Parameters

NameTypeDescription
bufferByte[]

A Byte[] object that is an array of bytes containing document data in the specified format.

| | format | DocumentFormat |

A DocumentFormat enumeration member specifying format of the document to load.

|

Returns

TypeDescription
Boolean

true if the document is successfully loaded; otherwise, false.

|

Remarks

The LoadDocument method can be used to load a workbook stored in an external database.

Note

With the format method parameter passed as DocumentFormat.Undefined, the loaded document format is detected automatically.

See Also

SaveDocument

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace