Skip to main content

TxtDocumentExporterOptions.UseCellNumberFormat Property

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

Namespace: DevExpress.XtraSpreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue(true)]
public override bool UseCellNumberFormat { get; set; }

Property Value

Type Default Description
Boolean true

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

Property Paths

You can access this nested property as listed below:

Object Type Path to UseCellNumberFormat
WorkbookExportOptions
.Txt .UseCellNumberFormat

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