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

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.v19.1.Core.dll

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