Back to Devexpress

SpreadsheetDocumentSource.Stream Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetdocumentsource-e5beb3ad.md

latest1.3 KB
Original Source

SpreadsheetDocumentSource.Stream Property

Gets or sets a stream that contains a spreadsheet document.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public Stream Stream { get; set; }
vb
Public Property Stream As Stream

Property Value

TypeDescription
Stream

A Stream object containing document data.

|

Remarks

Specify the format of the document contained in the stream by using the SpreadsheetDocumentSource.Format property.

See Also

SpreadsheetDocumentSource Class

SpreadsheetDocumentSource Members

DevExpress.Xpf.Spreadsheet Namespace