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.
Determines the default hyperlink for a shape or page. Set the value of this cell to TRUE to set a hyperlink as the default.
Remarks
You can also set the default hyperlink by selecting a shape, clicking Hyperlink on the Insert tab, selecting a hyperlink, and then clicking Default. The default hyperlink appears in bold text.
To get a reference to the Default cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Hyperlink. Name .Default where Hyperlink. Name is the row name |
To get a reference to the Default 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: |
visHLinkDefault |