Search
FormatForm.Locale Property
See Also
 






Gets the locale info used for the cells format.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public CultureInfo Locale { get; }

Visual Basic  Copy Code

Public ReadOnly Property Locale As CultureInfo

 Property Value

An instance of the .NET CultureInfo class.

 See Also