Search
SortKey Class
Remarks See Also
 






Represents a key in a sorting operation.

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

 Syntax

Java  Copy Code

public class SortKey

 Remarks

Instances of this class can be added to the SortOptions.getKeys collection of the SortOptions class.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.spreadsheet.SortKey

 See Also