Share via


XlArrowHeadStyle Enumeration 

Specifies the type of arrowhead to apply to the line end.

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

Usage

Dim xlArrowHeadStyle1 As XlArrowHeadStyle = XlArrowHeadStyle.xlArrowHeadStyleClosed

Syntax

Public Enum XlArrowHeadStyle
public enum XlArrowHeadStyle
public enum class XlArrowHeadStyle
public enum XlArrowHeadStyle
public enum XlArrowHeadStyle

Members

Member name Description
xlArrowHeadStyleClosed Small arrowhead with curved edge at connection to line.
xlArrowHeadStyleDoubleClosed Large diamond-shaped arrowhead.
xlArrowHeadStyleDoubleOpen Large arrowhead with curved edge at connection to line.
xlArrowHeadStyleNone No arrowhead.
xlArrowHeadStyleOpen Large triangular 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