Skip to main content

SpreadsheetTxtExportOptions.UseCellNumberFormat Property

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

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseCellNumberFormat
SpreadsheetExportOptions
.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