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.
Specifies whether to open the hyperlink in a new window.
| Value | Description |
|---|---|
| TRUE |
Open the linked page, document, or website in a new window. |
| FALSE |
Default. Do not open a new window for the hyperlink. |
Remarks
To get a reference to the NewWindow cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Hyperlink. Name .NewWindow where Hyperlink. Name is the row name |
To get a reference to the NewWindow 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: |
visHLinkNewWin |