'Declaration Public Function New( _ ByVal index As Integer, _ ByVal ascending As Boolean, _ ByVal comparer As IComparer _ )
Parameters
- index
- Index of the column or row on which to sort
- ascending
- Whether the sort order is ascending
- comparer
- IComparer object for method of comparison