ExcelDataSourceBeforeFillEventArgs.StreamDocumentFormat Property
In This Article
Gets or sets the format of the document contained in the ExcelDataSourceBeforeFillWpfEventArgs.Stream.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public ExcelDocumentFormat StreamDocumentFormat { get; set; }
#Property Value
Type | Description |
---|---|
Excel |
A Excel |
Available values:
Name | Description |
---|---|
Xls | The XLS format. |
Xlsx | The XLSX format. |
Xlsm | The XLSM format. |
Csv | The CSV format. |
See Also