Invisible Cell (Hyperlinks Section)
Indicates whether a hyperlink appears on the shortcut menu for a shape or page.
Value |
Description |
---|---|
TRUE |
The hyperlink does not appear as a menu item on the shortcut menu. |
FALSE |
The hyperlink does appear as a menu item on the shortcut menu (the default). |
Remarks
To get a reference to the Invisible cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Hyperlink.name.Invisible where Hyperlink.name is the row name |
To get a reference to the Invisible cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionHyperlink |
Row index: |
visRow1stHyperlink + i where i = 0, 1, 2... |
Cell index: |
visHLinkInvisible |