method PropertiesList.Sort ([Ascending as Variant], [Reserved as Variant])

Sorts the control.

TypeDescription
Ascending as Variant A boolean expression that indicates the sort order. True means ascending, False means descending.
Reserved as Variant Reserved.

The Sort method sorts the properties. Use the SortObjects property to specify if the object properties should be placed on top or bottom side of the control once the user sorts a column. Use the SortOnClick property to specify whether a column gets sorted once the user clicks the column's header. Use the Sortable property to specify an un-sortable property.