MindFusion.Wpf Pack Programmer's Guide
Cell.Locale Property
See Also
 





Gets or sets the locale used to format the value of this cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public CultureInfo Locale { get; set; }

Visual Basic  Copy Code

Public Property Locale As CultureInfo

 Property Value

An instance of the .NET CultureInfo class.

 See Also

Cell Members
Cell Class
MindFusion.Spreadsheet.Wpf Namespace