XlApplyNamesOrder 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 which range name is listed first when a cell reference is replaced by a row-oriented and column-oriented range name.
public enum class XlApplyNamesOrder
public enum XlApplyNamesOrder
Public Enum XlApplyNamesOrder
- Inheritance
-
XlApplyNamesOrder
Fields
Name | Value | Description |
---|---|---|
xlRowThenColumn | 1 | Rows listed before columns. |
xlColumnThenRow | 2 | Columns listed before rows. |