OlSortOrder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the sort order.
public enum class OlSortOrder
public enum OlSortOrder
Public Enum OlSortOrder
- Inheritance
-
OlSortOrder
Fields
Name | Value | Description |
---|---|---|
olSortNone | 0 | Not sorted |
olAscending | 1 | Ascending order |
olDescending | 2 | Descending order |
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.