Back to Devexpress

ExcelDataSource.StreamDocumentFormat Property

corelibraries-devexpress-dot-dataaccess-dot-excel-dot-exceldatasource-e9365658.md

latest1.7 KB
Original Source

ExcelDataSource.StreamDocumentFormat Property

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

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Browsable(false)]
public ExcelDocumentFormat StreamDocumentFormat { get; set; }
vb
<Browsable(False)>
Public Property StreamDocumentFormat As ExcelDocumentFormat

Property Value

TypeDescription
ExcelDocumentFormat

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

|

Available values:

NameDescription
Xls

The XLS format.

| | Xlsx |

The XLSX format.

| | Xlsm |

The XLSM format.

| | Csv |

The CSV format.

|

See Also

ExcelDataSource Class

ExcelDataSource Members

DevExpress.DataAccess.Excel Namespace