a2Col Property

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

Syntax

object.a2Col

object.a2Col = a2Col

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

Example 1

This example shows how to return the second angle column.

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

Example 2

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

PolarVectorPlot.a2Col = 4

 

Used by: AutoPolarVectorPlot object