XlApplyNamesOrder Enumeration
Specifies which range name is listed first when a cell reference is replaced by a row-oriented and column-oriented range name.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlApplyNamesOrder
'Usage
Dim instance As XlApplyNamesOrder
public enum XlApplyNamesOrder
Members
Member name | Description | |
---|---|---|
xlColumnThenRow | Columns listed before rows. | |
xlRowThenColumn | Rows listed before columns. |