XlTickMark 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 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
Name | Value | Description |
---|---|---|
xlTickMarkNone | -4142 | You should access and use this enumeration from the Excel primary interop assembly (PIA). No mark. |
xlTickMarkInside | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Inside the axis. |
xlTickMarkOutside | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Outside the axis. |
xlTickMarkCross | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Crosses the axis. |