Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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:
| Value | |
|---|---|
| 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:
| Value | |
|---|---|
| Section index: |
visSectionHyperlink |
| Row index: |
visRow1stHyperlink + i where i = 0, 1, 2... |
| Cell index: |
visHLinkInvisible |