Gets or sets the workbook locale.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public CultureInfo Locale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Locale As CultureInfo |
An instance of the .NET CultureInfo class. The default is the culture of the current thread.
RemarksThe culture assigned to this property is used to parse and format values across the worksheets associated with the workbook.
See Also