Skip to main content
A newer version of this page is available. .

SpreadsheetDocumentSource(Stream, DocumentFormat) Constructor

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

Namespace: DevExpress.Xpf.Spreadsheet

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

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