Gets or sets the workbook locale.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public CultureInfo Locale { get; set; } |
Visual Basic
![]() |
---|
Public Property Locale As CultureInfo |
An instance of the .NET CultureInfo class. The default is the culture of the current thread.
The culture assigned to this property is used to parse and format values across the worksheets associated with the workbook.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |