Search
CellRange.sort Method
See Also
 






Sorts the data in this range according to the specified options.

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

 Syntax

Java  Copy Code

public boolean sort (
    SortOptions options
)

 Parameters

options

The sort settings, such as sort keys and direction.

 Return Value

true if the sort was successful; otherwise, false.

 Remarks

The sorting will fail if there are no keys specified or if all keys are outside of the current range.

 See Also