a1Col Property

The a1Col property returns or sets the first angle column for a polar vector plot. Returns a Long.

Syntax

object.a1Col

object.a1Col = a1Col

 

Parameter Type Description
a1Col Long required, column A is equal to 1

Example 1

This example shows how to return the first angle column.

Debug.Print "Angle column = "; PolarVectorPlot.a1Col

Example 2

This example shows how to set the first angle column to column D.

PolarVectorPlot.a1Col = 4

 

Used by: AutoPolarVectorPlot object