Search
Workbook.Locale Property
See Also
 






Gets or sets the workbook locale.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public CultureInfo Locale { get; set; }

Visual Basic  Copy Code

Public Property Locale As CultureInfo

 Property Value

An instance of the .NET CultureInfo class. The default is the culture of the current thread.

 Remarks

The culture assigned to this property is used to parse and format values across the worksheets associated with the workbook.

 See Also