SpreadsheetDocumentSource(Stream, DocumentFormat) Constructor
Initializes a new instance of the SpreadsheetDocumentSource class with the specified settings.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream containing document data. |
format | DocumentFormat | A DocumentFormat enumeration specifying the format of the document contained in the stream. |
See Also