ExtraInfo Cell (Hyperlinks Section)
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
Represents a string that passes information to be used in resolving a URL, such as the coordinates of an image map. For example, in the ExtraInfo cell, "x=41&y=7" specifies the coordinates of an image map.
Event cells are evaluated only when the event occurs, not upon formula entry.
To get a reference to the ExtraInfo cell by name from another formula, or from a program using the CellsU property, use:
|
Cell name: |
Hyperlink.name.ExtraInfo
|
To get a reference to the ExtraInfo cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionHyperlink |
|
Row index: |
visRow1stHyperlink + i |
|
Cell index: |
visHLinkExtraInfo |