Search
SortOptions.Locale Property
See Also
 






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

 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. The default is null (Nothing in Visual Basic).

 Remarks

If this property is null, the parsing will be performed using the culture of the current worksheet.

 See Also