WdSortOrder Enumeration

Specifies the sort direction.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdSortOrder
'Usage
Dim instance As WdSortOrder
public enum WdSortOrder

Members

Member name Description
wdSortOrderAscending Ascending order. default.
wdSortOrderDescending Descending order.

See Also

Reference

Microsoft.Office.Interop.Word Namespace