Search
SortKey.getIndex Method
See Also
 






Gets 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 int getIndex ()

 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