Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the text orientation for tick-mark labels.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration XlTickLabelOrientation
'Usage
Dim instance As XlTickLabelOrientation
public enum XlTickLabelOrientation
Members
| Member name | Description | |
|---|---|---|
| xlTickLabelOrientationAutomatic | Text orientation set by Word. | |
| xlTickLabelOrientationDownward | Text runs down. | |
| xlTickLabelOrientationHorizontal | Characters run horizontally. | |
| xlTickLabelOrientationUpward | Text runs up. | |
| xlTickLabelOrientationVertical | Characters run vertically. |