r2Col Property
The r2Col property returns or sets the second radius column for a polar vector plot. Returns a Long.
Syntax
object.r2Col
object.r2Col = r2Col
Parameter | Type | Description |
r2Col | Long | required, column A is equal to 1 |
Example 1
This example shows how to return the second radius column.
Debug.Print "Angle column = "; PolarVectorPlot.r2Col
Example 2
This example shows how to set the second radius column to column D.
PolarVectorPlot.r2Col = 4
Used by: AutoPolarVectorPlot object