WksArrowScale Property

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

Syntax

object.WksArrowScale

object.WksArrowScale = WksArrowScale

 

Parameter Type Description
WksArrowScale Long required, grfArrowStyle

 

Example 1

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

Polyline.wksArrowScale = grfASSimple

Example 2

The following example shows how to return the start arrow head style.

Debug.Print Polyline.wksArrowScale

 

Used by: AutoAxisGrid object