XlArrowHeadWidth Enumeration 

Specifies the width of the arrowhead at the line end.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlArrowHeadWidth1 As XlArrowHeadWidth = XlArrowHeadWidth.xlArrowHeadWidthMedium

Syntax

Public Enum XlArrowHeadWidth
public enum XlArrowHeadWidth
public enum class XlArrowHeadWidth
public enum XlArrowHeadWidth
public enum XlArrowHeadWidth

Members

Member name Description
xlArrowHeadWidthMedium Medium-width arrowhead.
xlArrowHeadWidthNarrow Narrowest arrowhead.
xlArrowHeadWidthWide Widest arrowhead.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace