XlTickMark enumeration
Office 2013 and later
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlTickMarkCross | You should access and use this enumeration from the Excel primary interop assembly (PIA). Crosses the axis. | |
| xlTickMarkInside | You should access and use this enumeration from the Excel primary interop assembly (PIA). Inside the axis. | |
| xlTickMarkNone | You should access and use this enumeration from the Excel primary interop assembly (PIA). No mark. | |
| xlTickMarkOutside | You should access and use this enumeration from the Excel primary interop assembly (PIA). Outside the axis. |
Show: