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)

Syntax

'Declaration
Public Enumeration XlArrowHeadStyle
'Usage
Dim instance As 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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace