XlOrientation Enumeration 

Specifies the text orientation.

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

Usage

Dim xlOrientation1 As XlOrientation = XlOrientation.xlDownward

Syntax

Public Enum XlOrientation
public enum XlOrientation
public enum class XlOrientation
public enum XlOrientation
public enum XlOrientation

Members

Member name Description
xlDownward Text runs downward.
xlHorizontal Text runs horizontally.
xlUpward Text runs upward.
xlVertical Text runs downward and is centered in the cell.

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