EndArrow Property

The EndArrow property returns or sets the line end style. Returns a Long.

Syntax

object.EndArrow

object.EndArrow = EndArrow

 

Parameter Type Description
EndArrow Long required, grfArrowStyle

 

Example 1

The following example shows how to change the arrow head at the end of a polyline.

Polyline.endArrow = grfASTriangle

Example 2

The following example shows how to return the end arrow head.

Debug.Print Polyline.endArrow

 

Used by: AutoAxis object,AutoFitPlot Object,AutoFunctionPlot Object, AutoLine object, AutoLinePlot Object, AutoPolarFunction Object, AutoPolyline object