MsoSortOrder Enumeration

Specifies whether files in a FileSearch object's FoundFiles collection should be sorted in ascending or descending order.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

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

Members

Member name Description
msoSortOrderAscending Ascending order.
msoSortOrderDescending Descending order.

See Also

Reference

Microsoft.Office.Core Namespace