CellValueToStringConverter.SetPreferredNumberFormat(IWorkbook, String) Method
Specifies a number format (in the invariant culture) used for string representation of numeric values.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
workbook | IWorkbook | The current workbook. |
excelNumberFormat | String |
Remarks
You can also use the CellValueToStringConverter.SetPreferredNumberFormatLocal method to specify a number format based on the local culture defined by the DocumentOptions.Culture property.
See Also