XlTickLabelOrientation Enum

Definition

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

xlTickLabelOrientationAutomatic -4105

You should access and use this enumeration from the Excel primary interop assembly (PIA). Text orientation set by Excel.

xlTickLabelOrientationDownward -4170

You should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs down.

xlTickLabelOrientationHorizontal -4128

You should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run horizontally.

xlTickLabelOrientationUpward -4171

You should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs up.

xlTickLabelOrientationVertical -4166

You should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run vertically.

Applies to