OlSortOrder Enum

Definition

Indicates the sort order.

public enum class OlSortOrder
public enum OlSortOrder
Public Enum OlSortOrder
Inheritance
OlSortOrder

Fields

olAscending 1

Ascending order

olDescending 2

Descending order

olSortNone 0

Not sorted

Remarks

Used as an optional parameter to the Sort(Object, Object) method to specify the order that address entries should be sorted by the Property parameter.

Applies to