Skip to main content
All docs
V23.2

WorkbookLocalizationOptions Class

Contains localization options for a workbook.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class WorkbookLocalizationOptions :
    SpreadsheetNotificationOptions

The following members return WorkbookLocalizationOptions objects:

Remarks

This class contains the following properties:

FunctionNameCulture
Specifies whether to localize function names in a workbook.
LocalizeBooleanValues
Specifies whether to localize TRUE and FALSE values in a workbook.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
WorkbookLocalizationOptions
See Also