CsvDocumentExporterOptions.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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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