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

WorkbookLocalizationOptions Class

Contains localization options for a workbook.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public class WorkbookLocalizationOptions :
    SpreadsheetNotificationOptions

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