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

CellValueToColumnTypeConverter Class

Default converter used by the DataTableExporter to convert cell values to any data type except String.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public class CellValueToColumnTypeConverter :
    ICellValueToColumnTypeConverter

Remarks

Use the DataTableExportOptions.DefaultCellValueToColumnTypeConverter property to get access to the CellValueToColumnTypeConverter instance used by the current DataTableExporter.

Inheritance

Object
CellValueToColumnTypeConverter
See Also