VarCol Property

 

The VarCol property returns or sets the variable column for the map. Returns an integer.

 

Syntax

object.VarCol

object.VarCol = VarCol

 

Parameter

Type

Description

VarCol

Integer

required; variable column, column A equals 1

 

Example 1

This example returns the variable column for a hatch map.

 

Debug.Print "Variable column (column A = 1) = "; HatchMap.VarCol

 

Example 2

This example sets the variable column for a FlowMap to the sixth column.

 

FlowMap.VarCol = 6

 

Example 3

This script displays all the properties in the DensityMap object.

 

Used by: CartogramMap object, DensityMap object, FlowMap object, GradientMap object, HatchMap object, LineGraphMap object, PrismMap object, SymbolMap object