Gets or sets the workbook locale.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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 Programmer's Guide | © 2025 MindFusion |