SpreadsheetControl.SaveDocument(DocumentFormat) Method
In This Article
Saves a document to an array of bytes in the specified format.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public byte[] SaveDocument(
DocumentFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
format | Document |
A Document |
#Returns
Type | Description |
---|---|
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