Back to Devexpress

DataTableExportOptions Properties

officefileapi-devexpress-dot-spreadsheet-dot-export-dot-datatableexportoptions-dot-underscore-properties.md

latest1.6 KB
Original Source

DataTableExportOptions Properties

Comprises various options and settings which are used for exporting cell values to a DataTable.

NameDescription
ConvertEmptyCellsGets or sets whether a cell with an empty value is processed by a converter.
CustomConvertersGets or sets custom converters for cell values.
DefaultCellValueToColumnTypeConverterSpecifies the default converter for cell values to all data types except strings.
DefaultCellValueToStringConverterSpecifies the default converter for DataTable columns with the String datatype.
OptimizationTypeGets or sets the type of optimization used for cell value conversion.
SkipEmptyRowsGets or sets whether to skip rows containing only empty cells in the exported range.

See Also

DataTableExportOptions Class

DataTableExportOptions Members

DevExpress.Spreadsheet.Export Namespace