The XCol property returns or sets the X coordinate column for a pin map. Returns an integer.
Syntax
object.XCol
object.XCol = XCol
Parameter |
Type |
Description |
XCol |
Integer |
required; X coordinate column, column A equals 1 |
Example 1
This example returns the column used for the pin map X coordinate.
Debug.Print PinMap.XCol
Example 2
This example sets the column for a pin map's X coordinate to column G.
PinMap.XCol = 7
Used by: PinMap object