SortType Property
Object List Next Object
Defined By: ListView
Description:
Provides a value that determines the sorting criteria to use: alphabetic,
numeric, date, time, or custom.
Settings:
Settings Description
0 - Alphabetic Sorts using the alphabet
- - Numeric Sorts using numbers
- - Date Sorts using dates in MM/DD/YYYY format
- - Time Sorts using time
- - Custom Sorts according to user defined rules as expressed by the SortItem event.
Details:
The SortType property takes effect only if the Sorted property is True.
When the SortKey, SortOrder, or SortType properties are changed and Sorted is
True, the list is re-sorted. If you are going to be changing more than one of
these properties at one time, you may wish to first set Sorted to False, modify
the sort-related properties, and then set Sorted to True. This would prevent
performing unnecessary sorts.
Data Type: Enum: ListViewSortType