XlOrientation Enumeration

Specifies the text orientation.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlOrientation
'Usage
Dim instance As 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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace