Back to Devexpress

DataTableExportOptions.DefaultCellValueToStringConverter Property

officefileapi-devexpress-dot-spreadsheet-dot-export-dot-datatableexportoptions-203af401.md

latest2.3 KB
Original Source

DataTableExportOptions.DefaultCellValueToStringConverter Property

Specifies the default converter for DataTable columns with the String datatype.

Namespace : DevExpress.Spreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellValueToStringConverter DefaultCellValueToStringConverter { get; set; }
vb
Public Property DefaultCellValueToStringConverter As CellValueToStringConverter

Property Value

TypeDescription
CellValueToStringConverter

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DefaultCellValueToStringConverter
DataTableExporter

.Options .DefaultCellValueToStringConverter

|

Remarks

Use the DefaultCellValueToStringConverter property to specify options for a default converter which is used for DataTable columns with the String datatype.

To get access to a default converter used for columns with other datatypes, use the DataTableExportOptions.DefaultCellValueToColumnTypeConverter property.

See Also

DataTableExportOptions Class

DataTableExportOptions Members

DevExpress.Spreadsheet.Export Namespace