Back to Devexpress

SpreadsheetControl.SaveDocument(DocumentFormat) Method

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-dot-savedocument-x28-devexpress-dot-spreadsheet-dot-documentformat-x29.md

latest1.8 KB
Original Source

SpreadsheetControl.SaveDocument(DocumentFormat) Method

Saves a document to an array of bytes in the specified format.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public byte[] SaveDocument(
    DocumentFormat format
)
vb
Public Function SaveDocument(
    format As DocumentFormat
) As Byte()

Parameters

NameTypeDescription
formatDocumentFormat

A DocumentFormat enumeration member specifying the format of the document to be saved.

|

Returns

TypeDescription
Byte[]

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

|

Remarks

The SaveDocument method can be used to store a workbook in an external database.

See Also

LoadDocument

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace