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

BeforeFillEventArgs.Stream Property

Gets or sets a stream that contains a Microsoft Excel workbook or CSV file.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public Stream Stream { get; set; }

Property Value

Type Description
Stream

A Stream object containing a Microsoft Excel workbook or CSV file.

Remarks

Specify the format of the document contained in the stream by using the BeforeFillEventArgs.StreamDocumentFormat property.

As an alternative, you can specify the path to the required Microsoft Excel workbook or CSV file stored on the disk using the BeforeFillEventArgs.FileName property.

See Also