MindFusion.Wpf Pack Programmer's Guide
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.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. 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

SortOptions Members
SortOptions Class
MindFusion.Spreadsheet.Wpf Namespace