ISpreadsheetComponent.SaveDocument(DocumentFormat) Method
Saves a document to an array of bytes in the specified format.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
format | DocumentFormat | A DocumentFormat enumeration member specifying the format of the document to be saved. |
Returns
Type | Description |
---|---|
Byte[] | A Byte[] object that is an array of bytes containing document data in the specified format. |
See Also