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
C#
![]() |
---|
public CultureInfo Locale { get; set; } |
Visual Basic
![]() |
---|
Public Property Locale As CultureInfo |
An instance of the .NET CultureInfo class. The default is null (Nothing in Visual Basic).
If this property is null, the parsing will be performed using the culture of the current worksheet.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |