WorkbookOptions.Localization Property
Returns localization options for the workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
WorkbookLocalizationOptions | An object that contains localization options. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Localization |
---|---|
Workbook |
|
Remarks
Use this property to access and specify the following localization options:
- FunctionNameCulture
- Specifies whether to localize function names in a workbook.
- LocalizeBooleanValues
- Specifies whether to localize TRUE and FALSE values in a workbook.
See Also