XlTickMark Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the position of major and minor tick marks for an axis.

public enum class XlTickMark
[System.Runtime.InteropServices.Guid("E5EAD0BB-3A16-48F3-BECD-5839F6B552CA")]
public enum XlTickMark
[<System.Runtime.InteropServices.Guid("E5EAD0BB-3A16-48F3-BECD-5839F6B552CA")>]
type XlTickMark = 
Public Enum XlTickMark
Inheritance
XlTickMark
Attributes

Fields

xlTickMarkCross 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Crosses the axis.

xlTickMarkInside 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Inside the axis.

xlTickMarkNone -4142

You should access and use this enumeration from the Excel primary interop assembly (PIA). No mark.

xlTickMarkOutside 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Outside the axis.

Applies to