XlTickLabelOrientation Enumeration
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. |