Use the CreateHyperlink property to return or set a hyperlink for pin maps. Use the HyperlinkCol property to select the data column. Returns a Boolean.
Syntax
object.CreateHyperlink
object.CreateHyperlink = Hyperlink
Parameter |
Type |
Description |
Hyperlink |
Boolean |
required; true to create a hyperlink |
Example
'CreateHyperlink
'Specify to create a basic hyperlink ID for the pin map points using the data file
PinMap.CreateHyperlink = True
Used by: PinMap object