Search
SortOptions.setLocale Method
See Also
 






Sets a Locale object to use when parsing text values for keys with SortKey.getTreatTextAsNumber set to true.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setLocale (
    Locale value
)

 Parameters

value

 Remarks

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

 See Also