XlTickLabelOrientation Enumeration
Specifies the text orientation for tick-mark labels.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlTickLabelOrientation
'Usage
Dim instance As XlTickLabelOrientation
public enum XlTickLabelOrientation
Members
Member name | Description | |
---|---|---|
xlTickLabelOrientationAutomatic | Text orientation set by Excel. | |
xlTickLabelOrientationDownward | Text runs down. | |
xlTickLabelOrientationHorizontal | Characters run horizontally. | |
xlTickLabelOrientationUpward | Text runs up. | |
xlTickLabelOrientationVertical | Characters run vertically. |