Sort items in collection.

Syntax

finInformationListItems.Sort([descending], [startIndex], [endIndex], [sortOnAltValue])

Parameters

NameTypeOptionalByRefDescription
descending Boolean Optional Sort items in descending order (the default is ascending). If omitted, a value of False is assumed.
startIndex Integer Optional The index of the first item to include in the sort or -1 to start from the first item in the collection. If omitted, a value of -1 is assumed.
endIndex Integer Optional The index of the last item to include in the sort or -1 to sort to the last item in the collection. If omitted, a value of -1 is assumed.
sortOnAltValue Boolean Optional Indicates whether to use the 'AltValue' when sorting rather than the 'Value'. If omitted, a value of False is assumed.
Member of:
finInformationListItems
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0