XlOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the text orientation.
public enum class XlOrientation
public enum XlOrientation
Public Enum XlOrientation
- Inheritance
-
XlOrientation
Fields
Name | Value | Description |
---|---|---|
xlUpward | -4171 | Text runs upward. |
xlDownward | -4170 | Text runs downward. |
xlVertical | -4166 | Text runs downward and is centered in the cell. |
xlHorizontal | -4128 | Text runs horizontally. |