WksStartArrow Property

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

Syntax

object.WksStartArrow

object.WksStartArrow = WksStartArrow

 

Parameter Type Description
WksStartArrow Long required, grfArrowStyle

 

Example 1

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

Polyline.wksStartArrow = grfASFilled

Example 2

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

Debug.Print Polyline.wksStartArrow

 

Used by: AutoAxisGrid object