XlTickMark Enumeration

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlTickMark
'Usage
Dim instance As XlTickMark
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.Interop.Excel Namespace