The LabelCol property returns or sets the data column for pin map labels. Returns an integer.
Syntax
object.LabelCol
object.LabelCol = LabelCol
Parameter |
Type |
Description |
LabelCol |
Integer |
required; label column, column A = 1 |
Example 1
This example returns the current label column.
Debug.Print PinMap.LabelCol
Example 2
This example sets the label column to the fifth column.
PinMap.LabelCol = 5
Used by: PinMap object