Skip to main content

SpreadsheetDocumentSource(Stream, DocumentFormat) Constructor

Initializes a new instance of the SpreadsheetDocumentSource class with the specified settings.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public SpreadsheetDocumentSource(
    Stream stream,
    DocumentFormat format
)

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