The SymbolCol property returns or sets the pin map symbol column. Returns an integer.
Syntax
object.SymbolCol
object.SymbolCol = SymbolCol
Parameter |
Type |
Description |
SymbolCol |
Integer |
required; symbol column, column A equals 1 |
Example 1
This example returns the symbol column used for a pin map.
Debug.Print PinMap.SymbolCol
Example 2
This example sets the symbol column to column F.
PinMap.SymbolCol = 6
Used by: PinMap object