Search
SortOptions Methods
 


 Public Methods

  Name Description

getCaseSensitive

Gets a value indicating whether text value comparison is case-sensitive.

getDirection

Gets the sort direction.

getKeys

Gets the sort keys objects identifying which columns or rows to sort by and whether the sort is ascending or descending.

getLocale

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

setCaseSensitive

Sets a value indicating whether text value comparison is case-sensitive.

setDirection

Sets the sort direction.

setLocale

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

 See Also