Share via


XlOrder Enumeration 

Specifies the order in which cells are processed.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlOrder1 As XlOrder = XlOrder.xlDownThenOver

Syntax

Public Enum XlOrder
public enum XlOrder
public enum class XlOrder
public enum XlOrder
public enum XlOrder

Members

Member name Description
xlDownThenOver Process down the rows before processing across pages or page fields to the right.
xlOverThenDown Process across pages or page fields to the right before moving down the rows.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace