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