XlApplyNamesOrder Enum

Definition

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

xlColumnThenRow 2

Columns listed before rows.

xlRowThenColumn 1

Rows listed before columns.

Applies to