Public Sub Sort(FirstColNameorIndex As Variant, SortAsc As Boolean, ParamArray MoreColsAndSortTypes() As Variant)
Quicksort the DataList on the specified columns
Sorting
Quicksort the DataList on the specified columns
The same as Sort but takes a variant holding the MoreColsAndSortTypes values. Used to pass in code-constructed arrays or ParamArrays from external functions.