CsvDataAwareExporterOptions.DocumentFormat Property
In This Article
Gets the file format to which the document is exported.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlDocumentFormat DocumentFormat { get; }
#Property Value
Type | Description |
---|---|
Xl |
A Xl |
Available values:
Name | Description |
---|---|
Xlsx | The Open |
Xls | MS Excel 97-2003 binary file format. |
Csv | The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells. |
#Implements
See Also