VLPropertyList Reference

Read/Write PropertySortOrder

See Also See Also Applies To Applies To

Returns or sets sorting order for the properties.

 

Syntax

object.SortOrder[=value]

 

The SortOrder property syntax has these parts:

PartDescription
object An object expression that evaluates to a VLPropertyList.
Value An integer specifying the SortOrder of the VLPropertyList, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlAscending 0 (default) Ascending sort order.
ConstantvlDescending 1 Descending sort order.