ArrayList: Sort |
Sorts the items in the list.
Public Sub Sort( Optional ByRef StartIndex As Variant, Optional ByRef Count As Variant, Optional ByVal Comparer As IComparer )
The list is sorted in ascending order by default. By providing a custom comaprer, the list can be sorted in special ways, such as descending order.
Class ArrayList Overview ArrayList Properties ArrayList Methods SetRange ToArray