Use the HyperlinkCol property to return or set a hyperlink column for pin maps. Use the CreateHyperlink property to create the label first. Returns an integer.
Syntax
object.HyperlinkCol
object.HyperlinkCol = HyperlinkCol
Parameter |
Type |
Description |
HyperlinkCol |
Integer |
required; column containing the hyperlinks, column A equals 1 |
Example
'HyperlinkCol
'Assign the hyperlink ID to use the data in column A
PinMap.HyperlinkCol = 1
Used by: PinMap object