Gets or sets the locale used to format the value of this cell.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public CultureInfo Locale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Locale As CultureInfo |
An instance of the .NET CultureInfo class.
See Also