Search
SortKey Members
Constructors Methods
 


Represents a key in a sorting operation.

The following tables list the members exposed by the SortKey type.

 Public Constructors

  Name Description

SortKey

Initializes a new instance of the SortKey class.

 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