Skip to main content
A newer version of this page is available. .

DataTableExportOptions.DefaultCellValueToColumnTypeConverter Property

Specifies the default converter for cell values to all data types except strings.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public CellValueToColumnTypeConverter DefaultCellValueToColumnTypeConverter { get; set; }

Property Value

Type Description
CellValueToColumnTypeConverter

A DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter object that enables you to specify conversion options.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultCellValueToColumnTypeConverter
DataTableExporter
.Options.DefaultCellValueToColumnTypeConverter

Remarks

Use the DefaultCellValueToColumnTypeConverter property to specify various options for the default converter as required.

To specify default converter for a conversion to string, use the DataTableExportOptions.DefaultCellValueToStringConverter property.

See Also