VarCol Property [BarMap, PieMap, PostData]

 

VarCol returns or sets the data file variable columns for the map. Returns an integer.

 

Syntax

object.VarCol( VariableIndex ) = VarCol

 

Parameter

Type

Description

VariableIndex

Integer

required; variable number

VarCol

Integer

required; variable column, column A equals 1

 

Example 1

This example returns the variable column used for first variable in the bar map.

 

Debug.Print BarMap.VarCol(1)

 

Example 2

This example sets the first variable to the sixth column in a bar map.

 

BarMap.VarCol(1)=6

 

Used by: BarMap object, PieMap object, PostData object