Search
SortKey.setIndex Method
See Also
 






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

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

 Syntax

Java  Copy Code

public SortKey setIndex (
    int value
)

 Parameters

value

 Return Value

 Remarks

This property identifies either column or row index, depending on the value of the SortOptions.getDirection property of the parent SortOptions.

 See Also