XlSortOrientation 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 orientation.
public enum class XlSortOrientation
public enum XlSortOrientation
Public Enum XlSortOrientation
- Inheritance
-
XlSortOrientation
Fields
Name | Value | Description |
---|---|---|
xlSortColumns | 1 | Sorts by column. |
xlSortRows | 2 | default. Sorts by row. |