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

ExcelDataSource.StreamDocumentFormat Property

Gets or sets the format of the document contained in the ExcelDataSource.Stream.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[Browsable(false)]
public ExcelDocumentFormat StreamDocumentFormat { get; set; }

Property Value

Type Description
ExcelDocumentFormat

A ExcelDocumentFormat enumeration value that specifies the format of the document contained in the ExcelDataSource.Stream.

Available values:

Name Description
Xls

The XLS format.

Xlsx

The XLSX format.

Xlsm

The XLSM format.

Csv

The CSV format.

See Also