MsoSortOrder Enum

Definition

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

public enum class MsoSortOrder
public enum MsoSortOrder
type MsoSortOrder = 
Public Enum MsoSortOrder
Inheritance
MsoSortOrder

Fields

msoSortOrderAscending 1

Ascending order.

msoSortOrderDescending 2

Descending order.

Applies to