Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataTableExportOptions Properties

Comprises various options and settings which are used for exporting cell values to a DataTable.
Name Description
ConvertEmptyCells Gets or sets whether a cell with an empty value is processed by a converter.
CustomConverters Gets or sets custom converters for cell values.
DefaultCellValueToColumnTypeConverter Specifies the default converter for cell values to all data types except strings.
DefaultCellValueToStringConverter Specifies the default converter for DataTable columns with the String datatype.
OptimizationType Gets or sets the type of optimization used for cell value conversion.
SkipEmptyRows Gets or sets whether to skip rows containing only empty cells in the exported range.
See Also