Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Remarks
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:
| Value | |
|---|---|
| Cell name: |
Hyperlink. name .ExtraInfo where Hyperlink. name is the row name |
To get a reference to the ExtraInfo cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionHyperlink |
| Row index: |
visRow1stHyperlink + i where i = 0, 1, 2... |
| Cell index: |
visHLinkExtraInfo |