Search
SortKey Methods
 


 Public Methods

  Name Description

getIndex

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

getOrder

Gets the sort order, either ascending or descending.

getTreatTextAsNumber

Gets a value identifying whether to compare text values as numbers when possible.

setIndex

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

setOrder

Sets the sort order, either ascending or descending.

setTreatTextAsNumber

Sets a value identifying whether to compare text values as numbers when possible.

 See Also