XlTickMark Enumeration

Specifies the position of major and minor tick marks for an axis.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("E5EAD0BB-3A16-48F3-BECD-5839F6B552CA")> _
Public Enumeration XlTickMark
'Usage
Dim instance As XlTickMark
[GuidAttribute("E5EAD0BB-3A16-48F3-BECD-5839F6B552CA")]
public enum XlTickMark

Members

Member name Description
xlTickMarkCross Crosses the axis.
xlTickMarkInside Inside the axis.
xlTickMarkNone No mark.
xlTickMarkOutside Outside the axis.

See Also

Reference

Microsoft.Office.Core Namespace