MsoSortOrder 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 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
Name | Value | Description |
---|---|---|
msoSortOrderAscending | 1 | Ascending order. |
msoSortOrderDescending | 2 | Descending order. |