XlOrientation Enumeration
Specifies the text orientation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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. |