Search
SortKey Constructor
See Also
 






Initializes a new instance of the SortKey class.

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

 Syntax

Java  Copy Code

public SortKey (
    int index
)

 Parameters

index

The zero-based index of the column or row to sort by.

 See Also