WdSortOrder 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.
Specifies the sort direction.
public enum class WdSortOrder
[System.Runtime.InteropServices.Guid("B0CA07BD-9184-32B2-B361-D1D839787D06")]
public enum WdSortOrder
type WdSortOrder =
Public Enum WdSortOrder
- Inheritance
-
WdSortOrder
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSortOrderAscending | 0 | Ascending order. default. |
wdSortOrderDescending | 1 | Descending order. |