Gets the locale of the parent workbook.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public CultureInfo Locale { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Locale As CultureInfo |
An instance of the .NET CultureInfo class.
See Also