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

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.v20.2.Core.dll

Declaration

public void SetPreferredNumberFormat(
    IWorkbook workbook,
    string excelNumberFormat
)

Parameters

Name Type Description
workbook IWorkbook

The current workbook.

excelNumberFormat String

A Microsoft Excel compatible number format.

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