XlTickLabelOrientation 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.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the text orientation for tick-mark labels.
public enum class XlTickLabelOrientation
[System.Runtime.InteropServices.Guid("3A6700B4-6BC6-4848-AAA4-D360573F448C")]
public enum XlTickLabelOrientation
[<System.Runtime.InteropServices.Guid("3A6700B4-6BC6-4848-AAA4-D360573F448C")>]
type XlTickLabelOrientation =
Public Enum XlTickLabelOrientation
- Inheritance
-
XlTickLabelOrientation
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlTickLabelOrientationUpward | -4171 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs up. |
xlTickLabelOrientationDownward | -4170 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs down. |
xlTickLabelOrientationVertical | -4166 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run vertically. |
xlTickLabelOrientationHorizontal | -4128 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run horizontally. |
xlTickLabelOrientationAutomatic | -4105 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Text orientation set by Excel. |