Gets or sets a CultureInfo object to use when parsing text values for keys with TreatTextAsNumber set to true.
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 null (Nothing in Visual Basic).
RemarksIf this property is null, the parsing will be performed using the culture of the current worksheet.
See Also