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

CsvDataAwareExporterOptions.UseCellNumberFormat Property

Gets or sets whether to use the cell Formatting.NumberFormat property to convert a cell numeric value to a string.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool UseCellNumberFormat { get; set; }

Property Value

Type Description
Boolean

True to use cell formatting to convert a cell value to a string; otherwise, false.

Remarks

By default, numeric cell values are exported using the cell format strings. However, you can set the UseCellNumberFormat to false, so that the current culture’s format string is used to convert a value to a string representation.

See Also