WksEndArrow Property

The WksEndArrow property is used to set the axis grid line arrow properties. Returns a Long.

Syntax

object.WksEndArrow

object.WksEndArrow = WksEndArrow

 

Parameter Type Description
WksEndArrow Long required, grfArrowStyle

 

Example 1

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

Polyline.wksEndArrow = grfASFilled

Example 2

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

Debug.Print Polyline.wksEndArrow

 

Used by: AutoAxisGrid object